• Resolved hbee

    (@heatherbodlak)


    Hello
    I am using the vertical menu styling for my website (on all views: desktop and mobile
    where the menu is closed by default, and appears like this:

    https://ibb.co/df5Pq01

    I was hoping there was a way I could have the hamburger icon turn into an X and stay in the same place, instead of on the other corner of the page with the full page dark overlay:

    https://ibb.co/hRfXQcS

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    If you slide the menu sidebar from right screen, please try to use this custom CSS code in Appearance > Customize > Additional CSS, to change the position of the close button.

    .menu_sidebar_slide_right .close-sidebar-panel {
      left: unset;
      right: 20px;
    }
    Thread Starter hbee

    (@heatherbodlak)

    Thank you! I will try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change vertical menu ovelay styling’ is closed to new replies.