Title: Dayssam's Replies | WordPress.org

---

# Dayssam

  [  ](https://wordpress.org/support/users/dayssam/)

 *   [Profile](https://wordpress.org/support/users/dayssam/)
 *   [Topics Started](https://wordpress.org/support/users/dayssam/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dayssam/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dayssam/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dayssam/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dayssam/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dayssam/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Bearded] Changing Vertical Menu to Horizontal](https://wordpress.org/support/topic/changing-vertical-menu-to-horizontal/)
 *  [Dayssam](https://wordpress.org/support/users/dayssam/)
 * (@dayssam)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/changing-vertical-menu-to-horizontal/#post-5843371)
 * Code is kind of messy, you should really think on how to better structure your
   CSS.
 * First solution that comes to my mind :
 * Remove the positions:absolute in the #navigation #menu-primary ul , and add :
 * .menu-item {
    display: inline-block; }
 * This should do the trick.
 * You should also avoid using ID’s and nesting so deep, as this is very hard to
   override in the future.
 * Thanks to [http://stackoverflow.com/users/2455162/greatteacheronizuka](http://stackoverflow.com/users/2455162/greatteacheronizuka)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Builder by WooRockets.com] How to change the background color of the column ?](https://wordpress.org/support/topic/how-to-change-the-background-color-of-the-column/)
 *  Thread Starter [Dayssam](https://wordpress.org/support/users/dayssam/)
 * (@dayssam)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-the-background-color-of-the-column/#post-5517400)
 * Thx Adam ,
 * but i want to change the background of the whole column not just the text or 
   the tab component.

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