fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

In widget – Filter by Attribute is not working properly

Hello Team,

 

Without the plugin, my widget ‘Filter by Attribute’ section was looking fine https://prnt.sc/X3qeAv-u_JhB but after activating the plugin, the layout is not looking properly. https://prnt.sc/LKXGyUkcrtkm

Here is the store URL: https://beverlyhillsfs.wpenginepowered.com/shop/

 

Can you please take a look and let me know what I should do to fix this?

Thanks and looking forward to your reply 🙂

Hakik Zaman

Hi Divyesh,

Thanks for reaching out to us.

Please add the following CSS at Appearance > Customize > Additional CSS

.woocommerce .widget_layered_nav ul li {
display: flex;
}
.widget.woocommerce ul.product-categories li span, .widget.widget_layered_nav ul li span {
line-height: 20px !important;
position: relative !important;
}

Then let me know how it goes. Hope to hear from you soon.

Thank You