• Resolved ronaldwp

    (@ronaldwp)


    Hi!

    Question.. I struggle a lot with the product alignment of my product page.
    Since i add some custom css, i was able to remove the product picture.
    The only thing, is to align everything to the left.. or middle.

    What is the correct line to put in the custom css?
    Thanks in advance!

    Ronald

    • This topic was modified 6 years, 1 month ago by ronaldwp.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Try this out:

    
    .single-product.woocommerce #content div.product div.images {
    	display: none;
    }
    
    .woocommerce #content div.product div.summary {
    	float: none;
    	width: 80%
    }
    

    This forum is for WooCommerce core support though, and not really theme customizations. So best to contact your theme authors else find a theme that you like 🙂

    Thread Starter ronaldwp

    (@ronaldwp)

    My hero!

    that worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product page alignment’ is closed to new replies.