• Resolved rhouma00

    (@rhouma00)


    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

    (@arrasel403)

    Hi @rhouma00,

    For your first query: You can make a design from the Style Tab. Please check this screenshot: 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/

    Hope this will help you. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Filterable Controls’ is closed to new replies.