Page Titel Block

January 2012 WordPress Theme
GK User
Tue Jan 12, 2016 9:19 am
Hi,

I tried to setup a page with GK Tabs in the header.
The tabs overlaps the page title. How can I change the space between them?

The page: http://www.luftschubser.de/das-burgenregister

Thanks

Alex
User avatar
Senior Boarder

GK User
Wed Jan 13, 2016 9:30 am
Hi,

Please add the following custom css code:
Code: Select all
.page-id-14181 #gk-head h2.gk-page {
   padding-bottom: 80px;
}
User avatar
Moderator

GK User
Wed Jan 13, 2016 10:28 am
Perfect!!!

Thanks a lot!
User avatar
Senior Boarder

GK User
Wed Jan 13, 2016 7:24 pm
Last question:

I set at override.css:
.page #gk-head h2.gk-page {
padding-bottom: 80px;
}

So every page is adjusted with padding-bottom: 80px.

How can I set this to posts and categories, archives and tags? To the rest?

Thank you!
User avatar
Senior Boarder

Joshua M
Thu Jan 14, 2016 8:59 am
Hi,

Just remove the .page selector:
Code: Select all
#gk-head h2.gk-page {
padding-bottom: 80px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.