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
Hey 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,
Victoria
HI,
Thank you. That has made part of the menu wider but not all. You can see it for yourself at http://www.enzie.com
Hi 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,
Victoria
Hi,
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;
}
Hi 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,
Victoria
Hi Williamenzie,
Can you please make that account admin, I cannot see the theme options and cannot check the Quick css.
Best regards,
Victoria
Hi,
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