Title: Change Dropdown Location
Last modified: August 22, 2016

---

# Change Dropdown Location

 *  Resolved [andrew.d.harris1](https://wordpress.org/support/users/andrewdharris1/)
 * (@andrewdharris1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-dropdown-location/)
 * Is it possible to change the location of the dropdown? Can I get it to appear
   to the right or left of my sorting dropdown?
 * [http://undergroundreptiles.com/shop](http://undergroundreptiles.com/shop)
 * [https://wordpress.org/plugins/woocommerce-products-per-page/](https://wordpress.org/plugins/woocommerce-products-per-page/)

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

 *  Plugin Author [Jeroen Sormani](https://wordpress.org/support/users/sormano/)
 * (@sormano)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-dropdown-location/#post-5609375)
 * Hi,
 * Its possible with some CSS. Normally it would be next to the sorting dropdown,
   but it looks like your theme has separated it somehow.
 * I tried some stuff and this seems to work;
 *     ```
       #page-meta {
           height: 0;
       }
       .form-wppp-select {
           float: right;
           margin-right: 20px;
       }
       ```
   
 * Hope that helps! It is kinda a hack with the height:0; if you want it nicer, 
   you should contact your dev/theme dev to change the template files 😉
 * Happy holidays!
    Jeroen
 *  Thread Starter [andrew.d.harris1](https://wordpress.org/support/users/andrewdharris1/)
 * (@andrewdharris1)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/change-dropdown-location/#post-5609512)
 * Thanks, that worked perfectly!

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

The topic ‘Change Dropdown Location’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-per-page/assets/icon-256x256.jpg?rev
   =1090359)
 * [Products Per Page for WooCommerce](https://wordpress.org/plugins/woocommerce-products-per-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-per-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-per-page/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-per-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-per-page/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [andrew.d.harris1](https://wordpress.org/support/users/andrewdharris1/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/change-dropdown-location/#post-5609512)
 * Status: resolved