Problems with strange category shop page

Hi

I get a really strange category page, with baisically an empty mid section of the side… So far I tried to go trough the settings, empty the caches and use different browsers, with no luck.

The page is: www.eetec.ch/shop
And the product pages…

Maybe it is a really stupid & simple problem but I couldn`t find any solution (and I customized and fixed quiet a few things with the help of old topics, great forum really!!!) so please help if you can!
Thank you so much and regards

Andreas Kellermann

Hi Andreas,

I hope you are well today and thank you for your question.

It seems the issue of CSS conflict on your site.

You can try resolving the issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.woocommerce #page ul.products li.product, 
.woocommerce-page #page ul.products li.product {
    float: left;
    clear: none!important;
}

.woocommerce #page ul.products li.product:nth-child(4n+1), 
.woocommerce-page #page ul.products li.product:nth-child(4n+1) {
    clear: left!important;
}

Best Regards,
Movin

Hi Movin

IT WORKED!!! THANK YOU SO MUCH FOR YOUR KIND HELP!!!

Regards
Andreas

You are most welcome here :slight_smile:

You are most welcome here :slight_smile: