|
#1
|
|||
|
|||
|
Hi,
I use cutline-3-column-split-11 on a wp 2.7 The search box is on the left side placed by a widget. Is there any way to add it in the header left or right side. Thank you in advance icewalker |
|
#2
|
|||
|
|||
|
Edit header.php under Appearance > Editor then find this line:
PHP Code:
PHP Code:
|
|
#3
|
|||
|
|||
|
I was able to place the search bar in the header! many thanks!!
I want to slide the box all the way to the right, and place the rss button, just to the left of the box.. my blog can be found at www.continuingeducationjournal.com Any ideas? Many thanks!!! |
|
#4
|
|||
|
|||
|
Add a class to the <li> of your search, like so:
PHP Code:
Then give it a float: right in your style.css file: Code:
ul#nav li.search { float: right; padding: 0.5em 0 0 1em; }
Code:
ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }
Quote:
|
|
#5
|
|||
|
|||
|
genius, i tell you! genius!
thank you very much!! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|