fixing the navigation bar
4 posters
Page 1 of 1
fixing the navigation bar
how can i move the search box up on the section above? should it remove the second spot where it sits now?
Last edited by tyhodge11 on Wed 18 Jan - 2:13; edited 1 time in total
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
Re: fixing the navigation bar
Hi,
• Please provide your forum URL for appearance problems.
• Please provide your forum URL for appearance problems.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: fixing the navigation bar
Add this to CSS Stylesheet:
- Code:
#page-header #search-box{
position: relative !important;
bottom: 20px !important;
}
Guest- Guest
Re: fixing the navigation bar
ok, i got it moved up with 45px. the bottom section is still there left empty (nothing there), a way to get rid of that, but leave the background still rounded?
vendettauniverse.forumotion.com
vendettauniverse.forumotion.com
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
Re: fixing the navigation bar
- Code:
.navbar {
height: 50px !important;
}
The bottom of your nav? The blue part? Try the CSS code.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: fixing the navigation bar
Try this in your CSS:
- Code:
.navbar {position:relative;}
#search-box {float:none; margin:0px; position:absolute; top:10px; right: 10px;}
Guest- Guest
Re: fixing the navigation bar
dion wrote:Try this in your CSS:Adjust the TOP and RIGHT values to what looks best.
- Code:
.navbar {position:relative;}
#search-box {float:none; margin:0px; position:absolute; top:10px; right: 10px;}
That worked, thanks. The blue bar on the nav bg is still there, but i can live with that, atleast it doesnt look like an unused section below anymore.
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
Re: fixing the navigation bar
To get rid of the blue bar change this line:
- Code:
.navbar {position:relative;}
- Code:
.navbar {position:relative; border-bottom: 0px;}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: fixing the navigation bar
LGforum wrote:To get rid of the blue bar change this line:To this:
- Code:
.navbar {position:relative;}
- Code:
.navbar {position:relative; border-bottom: 0px;}
I'll try that although my css.other than what i added above is blank.
tyhodge11- Forumember
- Posts : 76
Reputation : 1
Language : english
Re: fixing the navigation bar
That doesn't matter...
All your changing is part of what you were asked to add by Dion.
All your changing is part of what you were asked to add by Dion.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: fixing the navigation bar
Since this is marked as solved. I'll move this topic now.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Help with fixing a code
» Fixing the Width
» Fixing Birthday Button.
» Need Help Fixing Rage Damage
» Fixing Staff Background
» Fixing the Width
» Fixing Birthday Button.
» Need Help Fixing Rage Damage
» Fixing Staff Background
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum