Reply 195550 to: FILTER TEXT TRANSLATION

Avatar: Rose Tyler
Rose Tyler
Support staff
June 26, 2018 at 12:31

Hello,

Please change this code:

@media only screen and (max-width: 979px){
.footer-links-bakery {
text-align: center;
}
.footer-links-bakery a {
display: inline-block;
margin: 0 20px 15px 0 !important;
}
.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;
}
}

to:

@media only screen and (max-width: 979px){
.footer-links-bakery {
text-align: center;
}
.footer-links-bakery a {
display: inline-block;
margin: 0 20px 15px 0 !important;
}
}

.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.