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.

#3323
Vladimir
Keymaster

This CSS will change height only for Large version of title and move text below. I see that you changed CSS directly, this isn’t good idea. All CSS I give you paste to Elvyre options -> Apprearance -> Custom CSS:

#page-title.page-title-1{
height: 369px;
}

#page-title.page-title-1 .pt-title{
padding-top: 120px;
}