-
AuthorPosts
-
August 22, 2019 at 4:22 am #1129833
HI,
My menu seems to drop down narrower than it should be, how can I increase the width?. See http://www.enzie.com.au and hover over “Products” on the menu to see example
August 22, 2019 at 4:01 pm #1130010Hey Williamenzie,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header .avia_mega_div { width: 35vw; }If you need further assistance please let us know.
Best regards,
VictoriaAugust 27, 2019 at 2:17 am #1131138HI,
Thank you. That has made part of the menu wider but not all. You can see it for yourself at http://www.enzie.comAugust 29, 2019 at 4:12 pm #1131939Hi Williamenzie,
Please try the code like this:
#header .avia_mega_div { width: 60vw; } #top #header .avia_mega_div > .sub-menu > li { min-width: 20vw; }Best regards,
VictoriaAugust 29, 2019 at 11:16 pm #1132129Hi,
Thanks but we are still not there. Now the first of the three sub menus is significantly wider than the other 2. I should mention that there is some code in the quick CSS that was added to fix a problem with out the page was displayed. It was suggest by your support. This code is:
#mobile-advanced {
display:none;
}August 30, 2019 at 10:15 am #1132247Hi Williamenzie,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaSeptember 2, 2019 at 1:16 am #1132762This reply has been marked as private.September 4, 2019 at 5:18 pm #1133955Hi Williamenzie,
Can you please make that account admin, I cannot see the theme options and cannot check the Quick css.
Best regards,
VictoriaSeptember 4, 2019 at 11:34 pm #1134129September 5, 2019 at 1:11 pm #1134385Hi,
Thank you for contacting us.
I have added the below code to the Quick CSS section under Enfold > General Styling :
CSS Snippet:
/* CSS - */ #top #header .avia_mega_div > .sub-menu { display: flex; }Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.
