Title: Stacking ColumnFilterWidgets dropdowns
Last modified: August 21, 2016

---

# Stacking ColumnFilterWidgets dropdowns

 *  Resolved [WORLD13](https://wordpress.org/support/users/world13/)
 * (@world13)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stacking-columnfilterwidgets-dropdowns/)
 * Hi,
 * This is likely a very basic question, but I have been unable to find a way to
   make all the dropdowns align to the left border of the page (basically stack 
   them on top of each other). Here’s what I have tried so far:
 * .column-filter-widget {
    float: left; padding: 5px; }
 * .column-filter-widget select {
    display: block; }
 * .column-filter-widgets a.filter-term {
    display: block; text-decoration: none;
   padding-left: 10px; font-size: 90%; }
 * However, this does not seem to work. I wonder if it is clashing with the CSS 
   of my theme. I have checked to make sure that I have <?php wp_footer(); ?> and
   <?php wp_head(); ?> where they should be.
 * If you could take a look I would really appreciate it: [http://goo.gl/WPE6Ol](http://goo.gl/WPE6Ol)
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stacking-columnfilterwidgets-dropdowns/#post-4322387)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Please try changing the first part of the CSS code to
 *     ```
       .column-filter-widget {
         float: none;
         padding: 5px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [WORLD13](https://wordpress.org/support/users/world13/)
 * (@world13)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stacking-columnfilterwidgets-dropdowns/#post-4322463)
 * Thank you, Tobias!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/stacking-columnfilterwidgets-dropdowns/#post-4322464)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Stacking ColumnFilterWidgets dropdowns’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [ColumnFilterWidgets](https://wordpress.org/support/topic-tag/columnfilterwidgets/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/stacking-columnfilterwidgets-dropdowns/#post-4322464)
 * Status: resolved