• Resolved clancel

    (@clancel)


    Hi. I currently have 2 products on the shop page that I wish to show on one row. It’s currently showing them on different rows. How can I make them show on one row?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    I’ve taken a look at your site and I see that this is appearing this way because of some CSS rules on your theme that are setting the display option to the product list to “table” and forcing the width of the products.

    I’d suggest you to reach your theme support to see which is the best way to change it in order to achieve the wanted results, but as a quick fix, you could also overwrite these styles with some additional CSS rules.

    For example, you can try to add the following ones in the Appearance>Customize>Additional CSS page:

    
    #primary .columns-3 ul.products li.product {
        width: auto;
    }
    
    #primary ul.products{
    	display: initial
    }

    I hope it helps!

    Thanks,

    Thread Starter clancel

    (@clancel)

    Thank you so much for the code. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting Shop Page’ is closed to new replies.