Navbar float on portal

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Navbar float on portal

Post 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/
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Navbar float on portal

Post by Kirk »

Live Demo please
Gruß Udo
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: Navbar float on portal

Post by Solidjeuh »

Kirk wrote: 26. January 2020 09:05Live Demo please

https://www.supportforum.be/
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Navbar float on portal

Post by Kirk »

This is entered in an extension:

Code: Select all

a {
    display: inline;
}
change it to:

Code: Select all

a {
    display: inline block;
}
Gruß Udo
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: Navbar float on portal

Post by Solidjeuh »

Yes that fixed it!! Thank you!

It's in board3 portal portal.css
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
Post Reply

Return to “Styles Support”