Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1185642

    Hi Guys,

    Can you help me, I’m trying to reduce the height of a ‘Fullwidth Sub Menu’ selected from the media elements section? This is a Fullwidth Sub Menu on a single page.

    I have tried the following code in CSS but is has no effect.

    #top .av-submenu-container {
    height: 30px;
    }

    Thanks in advance. :)

    #1185710

    Hey andy,

    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

    
    #top .av-submenu-container {
        min-height: 40px;
        line-height: 8px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1185734

    Hi Victoria,

    Thanks for the quick response, after dropping the code in the Quick CSS the ‘line height’ has had an effect but the container still remains at 50px height, I need it to be more like 30px.

    I also tried the code in custom.css, no joy.

    Can you recommend another method please?

    Thanks,

    Andy

    #1185766

    Found the solution, code below…

    #top .av-submenu-container {
    min-height: 30px !important;
    line-height: 10px !important;
    margin: 0px 0px -14px 0px;
    }

    Thanks,

    Andy

    #1185807

    Hi kitchkitch,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘'Fullwidth Sub Menu' selected from media elements – reduce the default height’ is closed to new replies.