margins

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Thu Jan 16, 2014 4:48 pm
Hi,

How do I change the top and bottom margins of the main banner (where the logo is)?.
And also, other margins of the headers on Speakers page and Event pages.

thanks.
User avatar
Fresh Boarder

GK User
Thu Jan 16, 2014 9:15 pm
Hi,

You should add this code to Fest/css/override.css file (first enable this option from Template Options -> Advanced tab)
Code: Select all
.gk-animation h2 {
padding-top: your value;
}


and:
Code: Select all
#gk-header-top {
margin: 52px 0 60px;
}


Use your own values.

In regards to other pages I need exactly page URL or a screenshot to know which exactly element you want to change.
User avatar
Moderator

GK User
Fri Jan 17, 2014 2:14 pm
Thanks!
The other pages are: http://haifastairs.co.il/wp/%D7%A9%D7%9 ... %95%D7%AA/
and the margin between the blue button and the speakers section: http://haifastairs.co.il/wp/

Also, is it possible to disable the grey line above the speakers section?

Thanks again for the quick responds
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 6:34 pm
add also these code:
Code: Select all
.speakers-page header, .page-event header {
margin: 48px 0 92px;
}

with your own margin values,

between blue button and the speakers section:
Code: Select all
.gk-page-wrap.gk-speakers-exist {
margin-top: 170px!important;
}


and remove grey lines:
Code: Select all
.speakers-box-title span,
.speakers-box-title h3 {
   display: none;
}
User avatar
Moderator


cron