default WIDGET search box to the NON-widget one line search box button display
-
I love the style of the default kubrick search, like: https://managedtasks.com/wpthemes/blog/ w/ a search FORM + search BUTTON on one-line.
However, I need to use widgets. The search widget displays the search box + button differently.
I edited my style.css to take away the padding style, from:
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align:center;
}to
#searchform {
margin: 10px auto;
padding: 0px;
}… but i still cannot achieve the desired effect.
Any help would be greatly appreciated, I really truly have tried to search as hard as I can, and have even contacted some blog owners, w/ no results. ??
Thanks everyone!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘default WIDGET search box to the NON-widget one line search box button display’ is closed to new replies.