• We integrated woocommerce into an existing wordpress theme (tessaract) which we love. Our shop (market) page layout does not align left after removing the left sidebar. This is also true on the cart, checkout, etc.,..
    As we are new to WP and modifying php is unfamiliar; step by step, how do we fix this?

    Site: https://www.maddenholmeshouse.com

Viewing 1 replies (of 1 total)
  • It’s a simple matter of css styling! your #primary div is set to 66.66% when it should be 100.

    If you are unfamiliar with working with css, the easiest way is to get a custom css plugin (Jetpack has this), and simply paste this code into it.

    #primary {
        width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce shop page layout’ is closed to new replies.