Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
fotoquid
Experienced
Topic Author
Posts: 24
Joined: 01 Sep 2009, 18:02

Distance between menu items in the side bar.

27 Jun 2022, 08:13

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Distance between menu items in the side bar.

27 Jun 2022, 10:36

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.
 
User avatar
fotoquid
Experienced
Topic Author
Posts: 24
Joined: 01 Sep 2009, 18:02

Re: Distance between menu items in the side bar.

27 Jun 2022, 16:38

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! :-)