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.
.gk-animation h2 {
padding-top: your value;
}
#gk-header-top {
margin: 52px 0 60px;
}
.speakers-page header, .page-event header {
margin: 48px 0 92px;
}
.gk-page-wrap.gk-speakers-exist {
margin-top: 170px!important;
}
.speakers-box-title span,
.speakers-box-title h3 {
display: none;
}