Title: Widgets
Last modified: August 21, 2016

---

# Widgets

 *  Resolved [RamonC](https://wordpress.org/support/users/ramonc/)
 * (@ramonc)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widgets-146/)
 * Hi Guido, the author of this great theme.
 * I have a question about the widgets and search widget. Is it possible to have
   the search bar on top next to the menu (basic)? And can i activate widgets to
   the right or left? Any help would be good. Thanks in advance.
 * Cheers

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widgets-146/#post-4903109)
 * Hi,
 * Search on same height as menu is kind of tricky because the layout changes depending
   on how much menu items you have.
 * You can add search bar ABOVE menu like this:
 * Open file header and add this above the menu code:
 *     ```
       <div class="search-home">
       <?php get_search_form(); ?>
       </div>
       ```
   
 * Open file style and add this:
 *     ```
       .search-home {clear:both; width:450px; margin: 0 auto 0;}
       .search-home input[type="submit"]{background: #333;}
       .search-home input[type="submit"]:hover {background: #f8f8f8; color:#333;}
       ```
   
 * You can add widgets on the left and the right, both header and footer have left
   and right widget area.
 * Guido
 *  Thread Starter [RamonC](https://wordpress.org/support/users/ramonc/)
 * (@ramonc)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widgets-146/#post-4903196)
 * **Thanks** for the reply Guido, i appreciate. The search form worked like a charm.
   But im having problems putting the widgets to the right, next to the main content
   instead of above it. Any tips? Im gonna play around a bit more to see what i 
   get.
 * Gr
 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widgets-146/#post-4903197)
 * I understand now, but it’s a lot of work to add a sidebar on right- or leftside
   of the main content area. I creatded this theme to be 1 column..
 * Guido
 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widgets-146/#post-4903309)
 * I’m closing this because of no response.
 * Guido

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Widgets’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/onecolumn/8.3/screenshot.png)
 * OneColumn
 * [Support Threads](https://wordpress.org/support/theme/onecolumn/)
 * [Active Topics](https://wordpress.org/support/theme/onecolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/onecolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/onecolumn/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [help with theme](https://wordpress.org/support/topic-tag/help-with-theme/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 4 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/widgets-146/#post-4903309)
 * Status: resolved