Tagged: header
Hello. Love your Theme!
We added a new header and the spacing on the top dissappeared. It used to have white space between the top and bottom.
http://chicagoweddingblog.com/
Please advise.
Kind regards.
correction…we added a new logo.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo {
top: 20px;
}
Regards,
Yigit
Hi Yigit. Strange…it did not work. Below is all the code in my quick css.
Just trying to get our logo to have a little white space on top.
@media only screen and (max-width: 767px){
.responsive .mobile_slide_out .logo img {
width: 80%;
height: auto !important;
padding-top: 15px;
}
}.single-post .big-preview.single-big { display: none; }
div .logo {
top: 20px;
}
Hey!
Please try following one instead
div .logo {
top: 20px !important;
}
.header-scrolled .logo {
top: 0px !important;
}
Regards,
Yigit
Booyah! Thank you.