New Landing How can we help? Atelier slideout menu width

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Atelier
  • #249475
    barkovsky
    Member
    Post count: 225

    hi there

    is it possible to control the slide out menu width ?
    using a big letter type the system doesn’t show it
    gets cut
    !

    kind regards

    Barkovsky

    #249476
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes, you can adjust the px value in the below CSS:

    .side-slideout-left-open #container {
        -webkit-transform: translate3d(500px,0,0);
        transform: translate3d(500px,0,0);
    }
    
    .sf-side-slideout {
        width: 500px;
    }

    Thanks.

    #249509
    barkovsky
    Member
    Post count: 225

    hi David thanks

    tried
    the opening width stays the same as before entering the CSS! with given CSS
    tried 700px also

    it recognizes that the width wants to change, but it doesn’t
    instead it pushes the menu to the left side in the slide out
    pic attached

    barkovsky

    Attachments:
    You must be logged in to view attached files.
    #249516
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login for us to take a closer look.

    Thanks.

    #249536
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #249539
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #249551
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Just need to add:

    .side-slideout-right-open #container {
      transform: translate3d(-700px, 0px, 0px);
    }

    – Kyle

    #249556
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #249558
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You removed David’s css, you still need that

    – Kyle

    #249565
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #249568
    David Martin – Support
    Moderator
    Post count: 20834

    It’s working here: http://www.lucemvideo.com/ ?

    Please screenshot what you refer to.

    Thanks.

    #249570
    barkovsky
    Member
    Post count: 225
    This reply has been marked as private.
    #249572
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Fine for me now: http://d.pr/i/13vN5/2snSppNw

    – Kyle

    #249573
    barkovsky
    Member
    Post count: 225

    Hi Kyle

    i c
    thats how i wud like to c it also here

    what can i do ?

    #249574
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry missed webkit transform, change to:

    .side-slideout-left-open #container {
    -webkit-transform: translate3d(700px,0,0);
    transform: translate3d(700px,0,0);
    }
    .sf-side-slideout {
    width: 700px;
    }
    .side-slideout-right-open #container {
    transform: translate3d(-700px, 0px, 0px);
    -webkit-transform: translate3d(-700px, 0px, 0px);
    }

    – Kyle

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register