Title: CSS Filterable Controls
Last modified: February 13, 2021

---

# CSS Filterable Controls

 *  Resolved [rhouma00](https://wordpress.org/support/users/rhouma00/)
 * (@rhouma00)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-filterable-controls/)
 * Hi,
    I need to make some modifications in the way the Filterable Controls look
   like: Is it possible to: 1- make them look like buttons? 2- to place them in 
   the same side (left or middle) one under the other, like this: Filterable Control
   1 Filterable Control 2 Filterable Control 3 Filterable Control 4 Etc
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Plugin Support [AR Rasel](https://wordpress.org/support/users/arrasel403/)
 * (@arrasel403)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-filterable-controls/#post-14051033)
 * Hi [@rhouma00](https://wordpress.org/support/users/rhouma00/),
 * For your first query: You can make a design from the Style Tab. Please check 
   this screenshot: [https://d.pr/i/hrSWvb](https://d.pr/i/hrSWvb)
 * For your second query: You can do the same by using custom CSS code. Please use
   the below custom CSS code and then recheck.
 *     ```
       .eael-filter-gallery-wrapper {
           display: flex !important;
           flex-wrap: wrap !important;
       }
   
       .eael-filter-gallery-control {
           width: 20% !important;
           align-content: flex-start !important;
       }
   
       .eael-filter-gallery-container {
           width: 80% !important;
       }
       ```
   
 * You can easily apply custom CSS by following this documentation: [https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/](https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/)
 * Hope this will help you. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘CSS Filterable Controls’ is closed to new replies.

 * ![](https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.
   gif?rev=3182943)
 * [Essential Addons for Elementor - Popular Elementor Templates & Widgets](https://wordpress.org/plugins/essential-addons-for-elementor-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/essential-addons-for-elementor-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/essential-addons-for-elementor-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [AR Rasel](https://wordpress.org/support/users/arrasel403/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/css-filterable-controls/#post-14051033)
 * Status: resolved