products are not rearranging

Home Forums Jevelin Theme products are not rearranging

Home Forums Jevelin Theme products are not rearranging

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • empowershop
    Participant

    Hi support,

    We noticed on mobile our homepage shows the products incorrectly. Instead of rearranging them vertically, it tries to show the full row horizontally and stretches the info. Please see the screenshot.

    How can we fix this on mobile?

    Best regards,

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

    Hi @empowershop,

     

    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

     

    @media (max-width: 900px){
    #page-container .woocommerce.columns-5 ul.products li.product {
        width: auto;
    }
    }

     

    Best regards,
    Shufflehound team

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