Double scroll situation + problem with mobile nav

Hey i got two problems with my site: https://www.leofitness.dk/

  1. When you scroll in the top or bottom, it’s like it catches something and you have to scroll an extra time. There’s two scroll bars or something.
    You know what’s up?

  2. The mobile navigation / burger menu have gotten fat - maybe from last update i don’t know, but it definitely didnt look that way when i made it.

Using Pro and latests update of the theme + Wordpress as of 6th may 2019

Hope you can help :slight_smile:

Hi Julius,

Thanks for writing in! For the double scrollbar issue, could you please add the following CSS rule into your X -> Theme Options -> CSS area.

body {
    overflow-x: visible;
}

I’m not sure about the mobile navigation issue. Could you please try adding the following CSS rule as well and change it accordingly as you prefer.

.x-off-canvas {
    width: 70%;
}

Hope that helps.
Thanks!

1 Like

Hello @Julius,

Thanks for posting in!

1.) This should not have happen. Maybe there is a custom css or a setting you selected or something. To resolve this issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body {
    overflow: visible;
}

2.) The mobile navbar may have changed after the update. Please edit your header again and check your Graphic Toggle settings in the navigation off canvas settings.

Hope this helps. Please let us know how it goes.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.