change off-canvas menu width

This topic contains 4 replies, has 3 voices, and was last updated by  Myrianne 7 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #289933

    Myrianne
    Expired Member
    Post count: 48

    an easy one: how to change the off-canvas menu width?

    #289935

    Guust
    Moderator
    Post count: 29970

    Not easy at all without seeing the code of what you mean 🙂

    We will need at least a URL, and some more detail of what you are trying to achieve.

    #289943

    Myrianne
    Expired Member
    Post count: 48

    the account menu that appears when clicking the “user icon” on the directory starter theme…

    click the “mon compte” menu item… http://intouchdev.wpengine.com/

    #290513

    Kor
    Moderator
    Post count: 16516

    Hi Hugues,

    I’ve just checked your Website and to adjust that, kindly use the custom CSS code below. Customize it to your liking and insert it into GD > Design > Scripts > Custom Style CSS

    
    
    @media all and (min-width: 550px) {
        html.mm-opening .mm-slideout {
            -webkit-transform: translate(340px, 0);
            -moz-transform: translate(340px, 0);
            -ms-transform: translate(340px, 0);
            -o-transform: translate(340px, 0);
            transform: translate(340px, 0);
        }
        .mm-menu {
            max-width: 340px;
        } 
    }
    
    #304329

    Myrianne
    Expired Member
    Post count: 48

    great, thanks

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket