This topic has 10 replies, 4 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Dear Xstore,
Question in the Private Content. Hope you can help please.
Hello,
Please try this code:
.price_slider_wrapper .price_slider_amount {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.price_slider_wrapper .button {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-moz-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-left: auto;
}
Regards
Hi Rose,
Many thanks. Much Appreciated.
Is there any way we can move the filter button to be on the left under the filter line and for it to be a few millimetres lower so it is positioned better?
Also, is it possible to have our site colour as the background colour? #190510
Also, on our homepage top-right social media links, how can we set these so they open up in a new page?
screenshots in the PC.
Best Regards, Su.
Hello,
1) http://prntscr.com/h31xhk
2) Go to Appearance > Widgets > choose link target > blank for your social icons http://prntscr.com/h31xq7
Regards
Hi Olga,
Thank you.
How can we change the filter button margin? where can we do this please?
Hope you can help.
Kind Regards, Su.
if you mean this http://prntscr.com/h3qk8a you can use this code to adjust it :
.filter-wrap .woocommerce-ordering, .filter-wrap .pagination-cubic { marging-bottom: 0; }
and change the value as you want
if you mean this http://prntscr.com/h3ql0d you can use this code to adjust it :
.filter-wrap { padding: 0; }
and change the value as you want
Hi Amzy,
thanks for coming back.
The one we are referring to is the filter button screenshot in the private content
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.price_slider_wrapper .button {
margin-left: 0;
margin-top: 10px;
}
Regards
THX Rose 🙂
You’re welcome!
Regards
The issue related to '‘Filter By Price Button’' has been successfully resolved, and the topic is now closed for further responses