
ycikdevelopment(@ycikdevelopment)
33 Posts
Customers
Quote from ycikdevelopment on September 29, 2023, 09:50
How can I style my ONE SALE switcher as I have done with my SIZE filter using Smart Designer?
https://wildmongoo.co.za/product-category/women/
How can I style my ONE SALE switcher as I have done with my SIZE filter using Smart Designer?
https://wildmongoo.co.za/product-category/women/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 29, 2023, 11:44
Hello
In this case you need CSS customization
Hello
In this case you need CSS customization

ycikdevelopment(@ycikdevelopment)
33 PostsTopic Author
Customers
Quote from ycikdevelopment on September 29, 2023, 12:14
Good, done that.
Can you assist to position the FOR SALE & FEATURED PRODUCTS inline, on the same line and not below?
https://wildmongoo.co.za/shop-all/
May thanks.
Good, done that.
Can you assist to position the FOR SALE & FEATURED PRODUCTS inline, on the same line and not below?
https://wildmongoo.co.za/shop-all/
May thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 2, 2023, 11:26
Hello
Try to add CSS
.woof_sid_widget .woof_checkbox_sales_container, .woof_sid_widget .woof_checkbox_featured_container {
width: 45%;
display: inline-block;
}
Result - https://share.pluginus.net/image/i20231002122630.png
Hello
Try to add CSS
.woof_sid_widget .woof_checkbox_sales_container, .woof_sid_widget .woof_checkbox_featured_container {
width: 45%;
display: inline-block;
}
Result - https://share.pluginus.net/image/i20231002122630.png

ycikdevelopment(@ycikdevelopment)
33 PostsTopic Author
Customers
Quote from ycikdevelopment on October 2, 2023, 11:44
Thank you Pablo.
Thank you Pablo.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 2, 2023, 12:36
Welcome;)
Welcome;)