• Resolved tomnewbie

    (@tomnewbie)


    Hi I wonder if anyone can help with this?
    I already raised this but my topic got closed?
    I recently changed the homepage to fullwidth and now the shop page doesn’t display the products in grid will only display as a list?
    When I change the page back to default still the same issue?

    Any help appreciated greatly

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    First of all @t-p, both of these previous topics were closed, can you please not close this one. Thanks!

    You seem to have added some custom code to your template which is making the products display as such:


    Link to image: https://cld.wthms.co/LtIcRB

    It’s not a very clean fix, but you can add some CSS to fix this. Under Customize > Additional CSS, you can add the following code:

    /* Fix code block */
    
    .code-block {
        clear: none !important;
    }

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    • This reply was modified 6 years ago by Job a11n.
    Thread Starter tomnewbie

    (@tomnewbie)

    Thank you so much it worked perfectly I really appreciate that!

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    Great to hear that @tomnewbie. I’ll mark this as resolved. I would also advise you to try to get rid of the code that’s messing this up in the first place rather than using this CSS for that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Product page in WooCommerce storefront’ is closed to new replies.