-
AuthorPosts
-
January 19, 2017 at 12:28 am #735629
I would like on my header: Menu Item1, Menu Item2, Menu Item3, LOGO, Menu Item4, Menuitem5, Menuitem6 all on the same alignment
I’ve looked up other threads and used the codes that were provided in order to reduce multiple thread posting but none of them worked for my specific website.
thanks
January 20, 2017 at 4:32 pm #736558Hey!
Please go to Appearance > Menus and add a new Custom Link and with URL to your homepage and insert your logo in navigation label using HTML.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
YigitJanuary 24, 2017 at 3:56 am #737509im not quite sure what you mean. I went to add a custom link, but how do I insert a logo? I dont see that option.
January 24, 2017 at 9:02 am #737601Hi,
To achieve a split menu please refer to this thread https://kriesi.at/support/topic/logo-center-menu-left-and-right-2/#post-724306
Best regards,
VinayJanuary 25, 2017 at 4:25 am #738084hey vinay, thanks for the post, thats exactly what I wanted.
I had one more question though, in the post you say to adjust “Adjust the nth-child(x), margin and top values to suit your design.”
How do I adjust the bottom values of the margin? theres a white space between the header and content that Id like to get rid of. You can see what I mean if you check out the homepage of my website in private content below.
January 25, 2017 at 2:05 pm #738362Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .html_header_transparency #main { padding-top: 53px !important; }
Best regards,
VinayJanuary 27, 2017 at 2:55 am #739169hey vinay, I was able to make my “transparent” logo in my header bigger/smaller with the code you provided to me, but not the actual header itself, it remains the same size, is there a different code that you could recommend to change the header to reduce space between header and content?
for example , look below again on my home page
- This reply was modified 7 years, 9 months ago by brettb112.
January 27, 2017 at 8:32 am #739264Hi,
Sorry I did not understand what is the issue with the code provided earlier? please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayJanuary 27, 2017 at 10:18 pm #739604hello vinay.
I need to make my header bigger so the gap between my header and content is reduced. I was able to adjust the space above the header, but not below the header with the code you provided. I need the header larger so that there is not gap ( see img url below for example). You provided a code to me (On january 25th, see above), but I was only able to adjust my transparent logo with the code that you provided to me:
( #top .html_header_transparency #main {
padding-top: 53px !important;
}There is a link in the private area of an img example, hopefully that clears it up.
thanks again vinay
January 28, 2017 at 10:35 pm #739805Hi,
Thank you for the clarification Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color.av_header_transparency { min-height: 67px; } /*Trigger mobile menu at 1000px browser width*/ @media only screen and (max-width: 1000px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } }
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.