Title: Product
Last modified: August 30, 2016

---

# Product

 *  [IzzyT](https://wordpress.org/support/users/izzyt/)
 * (@izzyt)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/product-3/)
 * I have a product tab in my header. When you click on it, it lists the product
   alphabetically in a single row which is quite lengthy. How do I make 2 or more
   columns. ie.
    Change this: _ _ _ _ to this: _ _ _ _ _ _ _ _ _
 * The site is liberparatus.com
 * Thanks in advanced.
 * IzzyT

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/product-3/#post-6341311)
 * It’s worth considering if it’s a good idea to put all of your products in the
   main navigation to begin with.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/product-3/#post-6341312)
 * Your site eats up all my bandwidth when I resize the browser so I’ll just give
   you some CSS for desktop.
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then install this Custom CSS Manager
   plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications:_
 *     ```
       .nav-dropdown {
           left: 0;
           width: 100%;
       }
   
       ul.header-nav li .nav-dropdown li {
           float: left;
           width: 33.3%;
       }
       ```
   

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

The topic ‘Product’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/product-3/#post-6341312)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
