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.

#873
Vladimir
Keymaster

Hi Barbel,

Unfortunately you can’t place slider on main Blog page without modifying template files.
If I understand right, you want to increase Page title area only for one page?

If that’s a case use CSS below to do that:

.page-id-333 #page-title{
height: 350px;
}

Note that you need to replace 333 with your page ID.

Vladimir