This topic has 3 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #40553
     Florian
    Participant

    Hi,
    I would like to change the side menu width, because I need it bigger for a special contact formular.
    How can i do this ?

    Thank’s!

    #40557
     sharmstr
    Moderator

    https://archived.seventhqueen.com/forums/topic/sidemenu-customisation

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #40570
     Florian
    Participant

    Thank’s, but this is not working.
    I put the css code in the “General settings – Quick CSS”.

    COPY CODE
    .offcanvas-type-default .offcanvas-sidebar {
    background: #ffffff;
    }
     
    .offcanvas-sidebar {
    width: 400px;
    }
    
    offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(400px,0);
    transform: translate(400px,0);
    }
    
    ul.offcanvas-menu {
    display: none;
    }

    But now the menu is always visible with the new width, but without to press the button to open the sidemenu.
    If you press the button now for open/close the sidemenu – the sidemenu moves with the old width.

    thank’s!

    #40576
     sharmstr
    Moderator

    line 9 above is missing the period at the beginning.

    COPY CODE
    
    
    .offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar {
    -webkit-transform: translate(400px,0);
    transform: translate(400px,0);
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?