Page 1 of 1

Navbar float on portal

Posted: 24. January 2020 23:35
by Solidjeuh
Hello,

I hope someone can help me with this, tried a few things in CSS, but can't get it right.
Look at the .gif I made, the navbar on the portal should be a few pixels lower.

How can I do that?

Image

I'm using this ext for the header, but I don't think that has something to do with it... or does it?
https://www.phpbb.com/customise/db/exte ... er_banner/

Re: Navbar float on portal

Posted: 26. January 2020 09:05
by Kirk
Live Demo please

Re: Navbar float on portal

Posted: 26. January 2020 15:38
by Solidjeuh
Kirk wrote: 26. January 2020 09:05Live Demo please

https://www.supportforum.be/

Re: Navbar float on portal

Posted: 26. January 2020 16:40
by Kirk
This is entered in an extension:

Code: Select all

a {
    display: inline;
}
change it to:

Code: Select all

a {
    display: inline block;
}

Re: Navbar float on portal

Posted: 26. January 2020 17:18
by Solidjeuh
Yes that fixed it!! Thank you!

It's in board3 portal portal.css