Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #689689

    Hello Support Team

    https://www.atcarolines.ch/wp/sh
    If i try to set at the woocommcerce settinting at > Column and Product Count:

    to 4 column it only shows 1 column. it works perfect for 3 and 5 column but not at 4?

    Any Idee whats is wrong?

    All the best,
    Pascal

    #691729

    Hey Pascal,

    You had following custom CSS which caused the issue

    div .products .product {
    	margin: 0 1% 1% 0;
    	padding: 0;
    	position: relative;
    	width: 100%;
    }

    I changed it to following

    div .products .product {
    	margin: 0 1% 1% 0;
    	padding: 0;
    	position: relative;
    /*	width: 100%; */
    }

    Please review your website now

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.