Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Timeline – Smartphone › Reply To: Timeline – Smartphone
January 7, 2015 at 11:17 am
#1491
Keymaster
Hello Nadine,
Use CSS below to push text below icon and align it to center:
@media only screen and (max-width: 479px) and (min-width: 320px){
.history .year-holder{
clear: both;
float: none;
margin: 0 auto;
}
.history h4{
padding-left: 0px;
text-align: center;
}
.history p{
padding-left: 0px;
text-align: center;
}
}