On this site: http://hawksbilltradingcompany.org/
Client wants more space between the logo and the slider and wants the menu to line up with the bottom of the logo.
How can I achieve this look?
Thanks So much for your help!
Hi elames!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
padding: 10px 0;
}
.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a {
line-height: 190px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
The only thing is …it keeps making the logo smaller if I try to add a bit more padding. Any way to prevent it resizing?
Thank you :-)
Hey!
The website is not loading on my end. Could you please provide a screenshot of the layout? Try to adjust the position of the logo with this:
.logo {
top: 10px;
left: 50px !important;
}
Adjust the values as needed.
Regards,
Ismael
My hosting company blocks some countries. I have tried adjustments, but it keeps making the logo size smaller and I don’t want it to shrink. I want to keep it large enough to read.
Thanks
Hey!
You can try editing your logo image and adding whitespace to original image. Or you can go to Enfold theme options > Header and make header size bigger :)
Best regards,
Yigit
Ok, that sounds doable. Thank once again for your prompt help.
Thanks solved. That did it.