Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
JMM
Experienced
Topic Author
Posts: 224
Joined: 02 Aug 2021, 11:18

Reducing the space between the logo and menu line

12 Aug 2026, 10:05

Hello again, Karl.

I might have already asked this question, but I cannot find that post, so I am asking (maybe again) here.

On THIS X3 site of mine, is there a way that I can tell X3 to reduce the spacing between the bottom of the logo and the top of the menu line (HOME, Galleries, ABOUT, etc.)?  I realize that on hover-over, the background layer underneath each menu items is taller than the text, that is OK.  I know that it is not much, but whatever X3 uses for the current spacing, if I can try 10px less.

Thanks in advance.

Regards,
John
 
metallissimus
Experienced
Posts: 363
Joined: 17 Oct 2019, 06:54

Re: Reducing the space between the logo and menu line

12 Aug 2026, 15:12

If I'm not mistaken, adding this to your Custom CSS should do the trick:
Code
.logo-wrapper{
   margin-bottom: -10px;
}
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
JMM
Experienced
Topic Author
Posts: 224
Joined: 02 Aug 2021, 11:18

Re: Reducing the space between the logo and menu line

12 Aug 2026, 16:54

Thanks, that works perfectly!

I know it is only 10px, but it does make a slight difference, as now that gap looks less.

Thanks again, and have yourself a great day.