Home Forums Pro Themes Clean Commerce Pro Error Featured Product Carousel and products grid

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #62411
    Mansor Almossa
    Participant

    please see home page screen shot, the products dose not display properly !!!

    home page screen shot

    and here is my website http://www.meemmall.com

    thank you

    #62419
    wensolutions
    Keymaster

    Hello @malmossa,

    To resolve the issue that you have posted in the screenshot above use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media (min-width:768px){
    ul.products li.product:nth-of-type(4n+1) {
        clear: both;
    }
    }
    
    @media (max-width:767px){
    ul.products li.product:nth-of-type(2n+1) {
        clear: both;
    }
    }

    Hope this helps.

    Best Regards!!

    #62552
    Mansor Almossa
    Participant

    it works fine now, thank you

    #62681
    wensolutions
    Keymaster

    Hello @malmossa,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Best regards !!

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.