Reply 195542 to: FILTER TEXT TRANSLATION

Avatar: Rose Tyler
Rose Tyler
Support staff
June 26, 2018 at 09:34

Hello @stabilo1838,

Please add this code in Theme Options > Styling > Custom css:

.price_label {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width:  100%;
}
.price_slider_wrapper .button {
    float:  none;
}
.price_slider_wrapper .price_slider_amount {
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack:  end;
        -ms-flex-pack:  end;
            justify-content:  flex-end;
}
.shop-filters-area {
    margin-left: 0px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.