Viewing 4 replies - 1 through 4 (of 4 total)
  • Generally, for help with WooCommerce, you should post on their forum –

    http://wordpress.org/support/plugin/woocommerce

    But this looks to be a CSS question – probably more to do with your theme’s CSS – so the theme developers might be the better ones to ask.

    That said, try this CSS:

    .woocommerce-page #main {
        max-width: 980px;
        margin: 0 auto;
    }
    Thread Starter MacMediaMarketing

    (@macmediamarketing)

    Hi WPyogi – I will also post on the Woocommerce forum. Should I put what you’ve written above in my theme’s css or woocommerce css?

    Thanks

    I’m guessing that’s a custom theme – in which case you don’t need to worry about updates wiping out your changes to theme files. So it probably doesn’t matter where you put the CSS – I tried it at the bottom of your style.css file – and it worked there.

    BTW, if it solves your issue, please mark the other thread accordingly – duplicate threads aren’t really cool here…they end up being confusing and wasting volunteers’ time…

    Thread Starter MacMediaMarketing

    (@macmediamarketing)

    Thank you so much! I’ll mark both as solved.

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