I am looking to keep the logo background area a bit shorter than the logo (see screenshot below). You will see the white blob area is for the logo. I am looking to have the logo to overlap the green background logo area but I cannot find the CSS to do that. Please let me know.
http://www.awesomescreenshot.com/image/1102276/126402bb250afcc05de50a10a4291e6a
Hi sublime5o!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { top: 20px; }
If that does not help, please post the link to your website
Best regards,
Yigit
Thanks but this just moved the logo down. The logo as you can see in the image linked is at the top and would not need to be moved down and the background color (dark green) is shorter. Right now the site is on a local development server or I would send you a link.
Any thoughts?
Hi!
can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements, otherwise we can’t help much.
Cheers!
Andy
I have added the staging area in the private content area. Again if I put your code in it just moves the logo down. The screenshot provided you will see that the logo stays in place but the background green color area is shortened.
Hi!
Try the following code instead in the Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 92px !important;
}
.container.av-logo-container {
height: 90px !important;
}
Adjust the number as you wish.
Regards,
Jordan
I made the additional css updates to my child style.css file. As you can see it is too small and doesnt look that close to the screenshot sent.