Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help moving DIV in WooCommerce layout

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #294040
    dogpaw
    Participant

    I have a WooCommerce site where I would like a different content layout and hoping it’s a CSS fix. https://rentals.seamlessshow.com/product/nec-90-hd-led/
    I would like the Short description with product name, price variations, Add to Cart Div to move up to the right of the product image. Leave the Full Product Description DIV full width below.

    Is this possible?

    I’ve tried the following
    .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 50%;
    }

    But that moved the entire DIV. Do I need to separate by creating new DIVs and modify the theme?

    Thanks so much in advance.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.