Hi,
I am trying to work with this header on Enfold but it has become extremely frustrating. I am trying to bring my old website onto enfold in a similar layout.
My old site header: https://www.evernote.com/shard/s77/sh/a3712add-feaa-4b75-be27-a4cd97fce829/8b0b8500ebb98a8ad148cd2fe76973b4
My header right now under enfold: https://www.evernote.com/shard/s77/sh/6a62949a-ed26-42f7-a0fb-896a5c5d11e5/a09f2d943f3475df6f35efc189b39eb5
I have the header set to: “Header with social icons and bottom navigation”. I figured I could just remove the social icons and then implement the background image and have a bottom navigation header. My issue is the bottom navigation is looking awful because of the height of the bottom navigation. I’d like to be able to put in a bigger background image at the top (which I didn’t do yet) then have a nice bottom navigation.
Just look at the old site header and hope you can help me tweak this to make it similar. My site is offline at the moment so I don’t have a url to share.
This is my quick css coding:
#top .social_bookmarks { display: none; }
#header_meta { display: none; }
#header_main .container, .main_menu ul:first-child > li > a {
height: 120px !important;
line-height: 120px !important;
}
Thanks for your help.
I figured it out was also able to swap the header image with something better.
Had to tweak the Quick Css code to this:
#top .social_bookmarks { display: none; }
#header_meta { display: none; }
#header_main .container, .main_menu ul:first-child > li > a {
height: 161px !important;
line-height: 161px !important;
}
#header_main_alternate .container, .main_menu ul:first-child > li > a {
height: 40px !important;
line-height: 40px !important;
}