
Originally Posted by
apriigem
Thank you! I figured out a way to make it work. Now my only issue is once I removed the logo things in the header got out of place. The whole template shifted down and the search bar got shifted up. Could you tell me what could change to put them where they need to be? I looked at a couple of forum topics, but i can't figure out what to change to make it look right. Thank you again :)
http://www.thecuterie.com
In your styesheet.css file change this:
Code:
#navMainSearch {
float: right;
margin-top: 20px;
position: relative;
z-index: 15000;
}
to this:
Code:
#navMainSearch {
float: right;
margin-top: 60px;
position: relative;
z-index: 15000;
margin-right: -130px;
}
Thanks,
Anne