Hi guys! :)
I’d like the header (logo and main navigation) to look as is. I had to add a white column otherwise I loose the white space. How can I set the header so the background color of the main navigation is white (as it is) without having to put a blank column (the blank column makes a massive gap under the logo on mobile). I’d like the main nav bar to look the same throughout the entire site.
Hi Courtney!
Thank you for using Enfold.
Remove the column then add a top padding on the main container:
.html_header_transparency #main {
padding-top: 20px !important;
}
Adjust if necessary.
Cheers!
Ismael
PERFECT!!! That worked beautifully :) Thanks a million.