Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1130010

    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

    #1131138

    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

    #1131939

    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

    #1132129

    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;
    }

    #1132247

    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

    #1132762
    This reply has been marked as private.
    #1133955

    Hi Williamenzie,

    Can you please make that account admin, I cannot see the theme options and cannot check the Quick css.

    Best regards,
    Victoria

    #1134129

    Done

    #1134385

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.