Hi
I'd like to reduce the white space above and below the logo as indicated in this screen shot: http://screencast.com/t/cDPaNgti
How do I do that?
Thanks in advance.
Richard
Hi
I'd like to reduce the white space above and below the logo as indicated in this screen shot: http://screencast.com/t/cDPaNgti
How do I do that?
Thanks in advance.
Richard
Bump!
Hi Richard,
Try to add this code in your Quick CSS:
div .logo {
padding: 0 !important;
min-height: 100px !important;
}
Hope this helps. :)
Regards,
Ismael
That worked for the logo. Thanks!
Now I need to reduce the gap above the search box to match: http://screencast.com/t/oKCao45tO3da
R
Hey R,
Here is the css that controls the header meta information:
.header_meta {
top: 40%;
margin-top: -20px;
}
I've adjusted it to be 40% from the top instead of 50% which might work right away, but if not just adjust that percentage until you get the exact layout you are looking for.
Regards,
Devin
You must log in to post.