• Hi.
    What is the scrollbar doing in the hamburger menu? I can’t see any sense of it. Is there a way to remove it?
    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    it will not be easy to remove the scrollbar. With more than six or seven menu entries, the scrollbar has its function. I tried to use the scrollbar better by adjusting the font size in the menu (insert in Appearance / Customize / Additional CSS):

    .site-nav li {
    	display: block;
    	font-size: 38px;
    	font-weight: 300;
    	letter-spacing: -0.025em;
    	line-height: 1.1;
    }

    I have also adjusted the position of the menu:

    .site-nav {
    	padding: 250px 0 120px;	
    }
    Thread Starter birub

    (@birub)

    Hello,

    OK, it looks a bit better with lttle bit smaller font.

    But changing the position of the menu makes no difference for me.

    The annoying effect of this menu is the displacement when you open it. The whole site seams to move to the right if you open it. The reason for that seams to be the scrollbar. And for me the scrollbar is senseless because I will never have so much sites, that I need it.

    Whatever, if it’s not possible solve this error, I will accept… Anyway thank you!

    Hello,
    the lateral shift of the menu when opening is based on my observation of the interpretation of the Javascriptsd by the browser. For example, Firefox 58.8 ESR shifts it, Epiphany 3.22.7 (in Linux / Gnome) or the default browser on Samsung Galaxy / Android does not.

    • This reply was modified 6 years, 6 months ago by martineller.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrollbar in hamburger menu’ is closed to new replies.