• Closed
  • 14.01.2016 at 11:11 #23566

    How to change the width of the submenu entries to make them wider?
    Is it possible through a custom CSS?

    We want to change the sidebar, to make it a little smaller. Is this possible, too?

    This is for the site http://www.marmony.de

    Thank you,

    Uwe

    Denzel Chia
    Moderator
    Posts: 2656
    15.01.2016 at 09:21 #23575

    Hi,

    Please add the following in Theme Options -> Custom CSS

    #nav ul li ul {
    width: 300px !important;
    }

    @media screen and (min-width:1024px){
    #secondary {
    float: right;
    max-width: 300px !important;
    }
    }

    Thank you

    Sebastian Hirtreiter
    Spectator
    Posts: 1
    15.01.2016 at 11:19 #23585

    Thank you very much for your help!