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: 63
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
-
- Dev
- Posts: 1957
- Joined: 27. July 2010 18:02
- phpBB.de User: Kirk
-
Topic author - Valued Contributor
- Posts: 63
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
-
- Dev
- Posts: 1957
- 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: 63
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium