Product alignment and empty space woocommerce categories

Home Forums Jevelin Theme Product alignment and empty space woocommerce categories

Home Forums Jevelin Theme Product alignment and empty space woocommerce categories

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • vanityinvancity
    Participant

    how to i align all my product? As you can see in the attached image, some rows have only one product and the next row has 4 product.

     

    URL is: http://www.chronicexpress.ca

    Thanks for your help!

    Attachments:
    You must be logged in to view attached files.

    Hi @vanityinvancity,

     

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

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woocommerce-products .woocommerce ul.products li.first {
        clear: both!important;
    }

     

    Best regards,
    Shufflehound team

    vanityinvancity
    Participant

    Thank you for the reply! The above code removed the blank spaces on my desktop but on iphone 6 and iphone 6+ the empty spaces are still there. Is there a code I can input to remove on both mobile and desktop?

     

    URL again is http://www.chronicexpress.ca

     

    Thanks again!

    Please temporary remove all the custom CSS code that you are using on your site that seems causing this issue.

Viewing 4 posts - 1 through 4 (of 4 total)