• Hello all

    I have an issue with the dropdown submenu spacing in my homepage Navbar. I’m using an outdated and unsupported theme called Freshshop. I know I know…

    I don’t know much CSS. Can someone please set me in the right direction?

    The website is http://www.citiesatdawn.com/

    Thank you
    Anthony

Viewing 1 replies (of 1 total)
  • Hello,

    You could add this code inside your theme’s style.css file:

    #nav-wrapper .sf-menu li li {
        height: auto!important;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Drop down submenu spacing help’ is closed to new replies.