-
AuthorPosts
-
November 1, 2017 at 10:16 pm #871400
I’m trying to make the submenu appear below the menu items, rather than below the header. I hat a big logo on my site which required a big transparent header to contain it. The trouble is that when I hover over the menu item, the sub menu appears at the bottom of the header, making it too far down the page. How can I solve this?
ThanksNovember 1, 2017 at 10:28 pm #871407Hey Swbride,
Try adding the following to quick css:
#avia-menu #menu-item-256{ height:130px!important; }Best regards,
Jordan ShannonNovember 1, 2017 at 11:33 pm #871446That’s done the trick pal!
One slight issue now is that there’s a gap when the menu shrinks. Can that be fixed?November 1, 2017 at 11:41 pm #871452Hi,
Can you provide a screenshot of the gap in question?
Best regards,
Jordan ShannonNovember 1, 2017 at 11:55 pm #871458sure… How do I do that?
November 2, 2017 at 3:29 am #871483November 2, 2017 at 3:44 am #871493Cool, here you go…
November 2, 2017 at 3:51 am #871501Hi,
Thank you. Which page is that from?
Best regards,
Jordan ShannonNovember 2, 2017 at 8:18 pm #871827home page. The menue appears when you hover over our collection
Cheers
November 2, 2017 at 9:19 pm #871848Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header .six.units { top: 88%; }Best regards,
YigitNovember 4, 2017 at 2:37 am #872348That still leaves a gap at 88% and if I make it small enough to close the gap (80%) it covers the menu items on the big header.
Would another solution be to enable the logo to overhang the header container? How would I do this?
November 6, 2017 at 5:07 pm #873176Hi,
I sounds like the css provided would have to be adjusted based on media queries. Essentially, the % would have to be altered to fit the specific screen range. https://www.emailonacid.com/blog/article/email-development/emailology_media_queries_demystified_min-width_and_max-width
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
