• I have removed the image in the product page for woocommerce, and have added the foolwing custom code to my custom.css, however the title is still ‘making room’ for the image.

    .single-product .woocommerce-main-image {
    display: none; !important
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary
    {float:none; margin:auto; width:100%}

    Can anyone help me align this properly please? I am pretty much a beginner, so the simple explanations are always the best!

    see https://www.printersplayhouse.co.uk/product/bah-humbug-1-featuring-king-size-slim/

    for the issue.

  • The topic ‘Woocommerce realignment after removing image’ is closed to new replies.