• Hello, please advice following:

    1. How to align right this item count in the filter?
    2. How to change size for the name of the filter which says “Фильтр”?
    3. How to remove those space at the top of the filter? Or maybe it’s easier to lift up the content in the filter?

    https://prnt.sc/9v39llMKd6-k

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    unfortunately your site is unavailable for guest customers so I can’t check your page.

    1. Try use following CSS code.

    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {float: right;}
    
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {display: block;}
    
    .yith-wcan-filters.custom-style span.checkboxbutton {display: inline-block;float: left;}
    
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {display: inline-block;width: 100%;}

    2 & 3. Without see your page I can’t help you

    I’ll wait for your feedback.

    Thread Starter kashubey

    (@kashubey)

    Hey hey, i uploaded xml file on Google Disk which i downloaded from WP, so you can see the site, does it work for you?
    https://drive.google.com/file/d/1Q3QPr8gLMqKaYXEff_mzaC6U_m3XP-Qg/view?usp=sharing

    Thread Starter kashubey

    (@kashubey)

    By the way, the first code
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count {float: right;}
    worked for aligning the item but as you can see on screenshot, the items looks like they are on different rows now https://prnt.sc/OlAN3UohLYeW

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    we can assist you on this issue only if you provide us an online address to each your site.
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘alight right, change size of the filter name, remove space at the top’ is closed to new replies.