Special Menu - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74664
    Craig Matheny
    Participant

    On the special menu the default height is set by…
    element.style {
    height: 545px;
    }

    I do not want the box that tall being I do not have that many menu items.

    I tried..
    element.style {
    height: 345px
    !important;
    }

    I tried..
    element.style {
    height: 545px;
    }

    and I tried..
    element.style {
    height: auto
    !important;
    }
    None of them worked when I set it in the additional css
    That did not work how can I make the height automatic?

    When I tested them in the developer tools for chrome it works but not when applied real world.
    woodmodelkits.com

    #74706
    acmesupports
    Moderator

    Dear Craig,
    Please add the given CSS code in Additional CSS
    Appearance > Customize > Additional CSS

    .special-sub-menu {
    	height: auto !important;
    }

    Best Regards!

    #74715
    Craig Matheny
    Participant

    Perfect thank you

    #74877
    acmesupports
    Moderator

    Dear Craig,
    You are Most Welcome 🙂

    Best Regards!

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