[Resolved] Moving the off canvas menu higher but it in mobile view the X is hidden

Home Forums Support [Resolved] Moving the off canvas menu higher but it in mobile view the X is hidden

Home Forums Support Moving the off canvas menu higher but it in mobile view the X is hidden

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1051063
    Pete

    I’ve moved the off canvas menu higher up using this css…
    .slide-opened ul#menu-off-canvas-1.slideout-menu {margin-top:-80px;}

    Unfortunately it moves over the X in mobile view. Is there a way to keep the X visible and the menu higher?
    Thanks.

    #1051069
    Pete

    This is the best I could manage, but i’d like the X to float on the right if possible?

    .slide-opened ul#menu-off-canvas-1.slideout-menu {margin-top:-20px;}
    .slide-opened .slideout-exit {margin-top:-50px;}
    #1051257
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .slideout-navigation.do-overlay .slideout-exit {
        text-align: right !important;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.