Title: Modifying the Topbar
Last modified: September 1, 2016

---

# Modifying the Topbar

 *  Resolved [darkskyprophecy](https://wordpress.org/support/users/darkskyprophecy/)
 * (@darkskyprophecy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/modifying-the-topbar/)
 * Hello! I would like to modify the top bar so that it looks like the topbar on
   this website:
    [http://www.cabinets.com/](http://www.cabinets.com/) Where the
   text goes all the way across (or can be added to the left and middle) and then
   there is a search on the right. Current Site: [http://graybellesolutions.com/](http://graybellesolutions.com/)
 * I used this code so the current text wouldn’t move to a second line, but when
   i add a search widget it moves down below the text.
 * [@media](https://wordpress.org/support/users/media/) (min-width: 768px){
    .kad-
   topbar-left {width:100%} .kad-topbar-right {width:100%} }

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/modifying-the-topbar/#post-7532857)
 * Try this CSS.
 *     ```
       .kad-topbar-right .textwidget {
           display: inline-block;
       }
       .kad-topbar-right #topbar-search .form-search {
           float: right;
       }
       ```
   
 * Place into Appearance> Theme Options> Advanced Settings.
 *  Thread Starter [darkskyprophecy](https://wordpress.org/support/users/darkskyprophecy/)
 * (@darkskyprophecy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/modifying-the-topbar/#post-7532902)
 * That did it, thank Kevin you are awesome!

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

The topic ‘Modifying the Topbar’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [topbar](https://wordpress.org/support/topic-tag/topbar/)

 * 2 replies
 * 2 participants
 * Last reply from: [darkskyprophecy](https://wordpress.org/support/users/darkskyprophecy/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/modifying-the-topbar/#post-7532902)
 * Status: resolved