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?
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/
Navbar float on portal
-
Topic author - Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Navbar float on portal
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
-
Topic author - Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Re: Navbar float on portal
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
-
- Dev
- Posts: 1954
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
Re: Navbar float on portal
This is entered in an extension:
change it to:
Code: Select all
a {
display: inline;
}
Code: Select all
a {
display: inline block;
}
Gruß Udo
-
Topic author - Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Re: Navbar float on portal
Yes that fixed it!! Thank you!
It's in board3 portal
It's in board3 portal
portal.css
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu