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 January 18th 2012, 3:13 am; edited 1 time in total
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
#page-header #search-box{
position: relative !important;
bottom: 20px !important;
}
.navbar {
height: 50px !important;
}
.navbar {position:relative;}
#search-box {float:none; margin:0px; position:absolute; top:10px; right: 10px;}
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;}
.navbar {position:relative;}
.navbar {position:relative; border-bottom: 0px;}
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;}