• If you go into the single product page or shop page. You can see there is a gap between products and sidebar.
    I have simply imported the oceanwp demo sites. Any idea of how to fix this??
    I am not able to find the error.
    Thank you.

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

Viewing 1 replies (of 1 total)
  • Hello,

    Kindly go to Customize > General Options > General Settings and adjust the content width to 72% or use the below code. Add it to Customize > Custom CSS section –

    @media only screen and (min-width: 960px) {
    .content-area, .content-left-sidebar .content-area {
        width: 72%;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘OceanWP import woocommerce spacing error’ is closed to new replies.