Okay
  Public Ticket #1310507
product filter subcategory align left
Closed

Comments

  •  4
    martinleclercq started the conversation

    Hello,

    I've managed to align the product filter to the left side by custom css. Only, the subcategory jumps back to the right side. I don't know how to align the subcategory filter to the left.

    {"wp":{"use":false,"adminUrl":"http://bekeolyrhook.nl/beke2017/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi martinleclercq,

    Please paste the code below to your Custom CSS area:

    .product-filter .portfolio-subcategory.is-active {
        left: 0 !important;
        right: auto !important;
    }
    

    Thanks!

  •  4
    martinleclercq replied

    Thank you, that works just fine.

  • [deleted] replied

    You're welcome Martin

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a wonderful day!

  •  4
    martinleclercq replied

    done!