Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1491
Vladimir
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;
}
}