Viewing 2 replies - 1 through 2 (of 2 total)
  • This has occurred because there is a conflict with 2 instances of divs with id=”content”. One comes from your theme and one from WooCommerce. Element ids must be unique on a page, otherwise the css gets mixed up.

    One solution is to get WooCommerce to use id=”wc_content” instead.

    In: wp-content/plugins/woocomerce/assets/css/woocommerce-layout.css – search and replace #content with #wc_content, about 50 changes.

    In: wp-content/plugins/woocomerce/templates/global/wrapper-start.php – about 5 changes

    This will need to be done every time WooCommerce is updated.

    Alternatively consider looking for a theme that advertises full WooCommerce compatiblity.

    Thread Starter PinkTigerJewelry

    (@pinktigerjewelry)

    Thanks for your advice! I was actually able to fix my shop name problem by changing one simple thing to false in the woo commerce coding.

    Then the page looked ok and the left justification was ok because it allows for more pictures on the page.

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