Page 1 of 1

Reducing the space between the logo and menu line

Posted: 12 Aug 2026, 10:05
by JMM
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

Re: Reducing the space between the logo and menu line

Posted: 12 Aug 2026, 15:12
by metallissimus
If I'm not mistaken, adding this to your Custom CSS should do the trick:
Code
.logo-wrapper{
   margin-bottom: -10px;
}

Re: Reducing the space between the logo and menu line

Posted: 12 Aug 2026, 16:54
by JMM
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.