Page 1 of 1

Distance between menu items in the side bar.

Posted: 27 Jun 2022, 08:13
by fotoquid
Hi Karl, in www.fotoquid.com I use the sidebar layout style and I was wondering how to reduce the vertical distance between the individual menu items in order to have more items in the same vertical space... I would like to avoid up-down scrolling ...

Many thanks!

Antonio

Re: Distance between menu items in the side bar.

Posted: 27 Jun 2022, 10:36
by mjau-mjau
Hi Antonio. That can be achieved with some custom CSS (Settings > Custom > Custom CSS). Try this:
Code
.sidebar-right .menu a {
  padding: 5px 10px 5px 15px;
}
Default is "10px 10px 10px 15px", and I have reduced the values of 1st (top) and 3rd (bottom) padding (spacing). You can adjust further if you like.

Re: Distance between menu items in the side bar.

Posted: 27 Jun 2022, 16:38
by fotoquid
I did as you suggested and it works perfectly - thank you very much!
And thanks also for the patience (and speed) with which you respond to all our various requests in these forums! :-)