shop page: how to get rid of "products" listing on left of page

Home Forums Jevelin Theme shop page: how to get rid of "products" listing on left of page

Home Forums Jevelin Theme shop page: how to get rid of "products" listing on left of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • cheeks
    Participant

    Hi there. I find the list of products on the left of my shop page to be redundant and cannot seem to find the settings to get rid of it.  It seems to be a repeat of the main products. I am only keen to display categories on the left. Can you tell me how to do so? Also, with the no. of products I have, I have 1 last product hanging on its own in the last row. How do I configure the page such that I have 4 products in 1 row, so I have 4 rows of 16 products in total? Thanks in advance for your help. Please see screen shot

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

    Solution for this topic

    Hi @cheeks,

     

    Thank you for your questions.

     

    Hi there. I find the list of products on the left of my shop page to be redundant and cannot seem to find the settings to get rid of it.  It seems to be a repeat of the main products. I am only keen to display categories on the left. Can you tell me how to do so?

    You can change the widgets from WooCommerce Widgets area as shown in the attached screenshot.

     

    Also, with the no. of products I have, I have 1 last product hanging on its own in the last row. How do I configure the page such that I have 4 products in 1 row, so I have 4 rows of 16 products in total?

    You can achieve 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

     

    .woocommerce #page-container .woocomerce-styling ul.products li {
        min-width: 0;
    }

     

    Best regards,
    Shufflehound team

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

    cheeks
    Participant

    thank you so much!This is looking much neater now. Thanks for the tip on widgets too.

    You are always welcome here 🙂

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