Move or remove the search box?
-
How can I move the search box over to the left column where the archives are? Or remove it all together? Or even move it to the right side of the header?
The blog I need help with is: (visible only to logged in users)
-
-
I’m assuming you mean move the search box over to the RIGHT column where the archives are. Add the following declarations to #topsearch in your CSS
margin-left:625px; margin-top:185px; position:absolute; z-index:1;To fix the metadata stuff, change the width in .post-meta li to 145px.
-
If you wanted to completely remove the search box, then add display:none; to #topsearch instead of the repositioning stuff I gave above.
-
-
Did you copy the existing stylesheet into the CSS editor? This is a bad move. You should add only the changes you make to the CSS and check the “add to existing stylesheet” box. This might fix your problem.
lh
-
@mymomenta
Following up on what hallluke has said please read this post > http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/ -
@thesacredpath. I’m having some trouble adding your code to my Edit CSS and having it work. The original code doesn’t contain ‘Topsearch’ but does contain ‘searchform, searchformheader, searchbox, etc. How can I apply your code and move the search box? Any additional info needed, please let me know and I’ll supply toot sweet.
-
You’re using an entirely different theme. CSS is theme specific.
In Structure, the search box is controlled by .headerright
-
- The topic ‘Move or remove the search box?’ is closed to new replies.