• Resolved koratgag

    (@koratgag)


    Hi,

    The product page shows the image on the right and the product description on the left
    I want to change between them
    can you provide with instructions or a css code Move Product Description to right and image to the left?

    And:

    How do i add shoert description under the product name?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    This code : https://pastebin.com/v8x4G4rg

    body.rtl.woocommerce #content div.product div.images, body.rtl.woocommerce div.product div.images, body.rtl.woocommerce-page #content div.product div.images, body.rtl.woocommerce-page div.product div.images {
    float: left;
    }
     
    body.rtl.woocommerce #content div.product div.summary, body.rtl.woocommerce div.product div.summary, body.rtl.woocommerce-page #content div.product div.summary, body.rtl.woocommerce-page div.product div.summary {
        float: left;
    }

    Gives the correct result for me :
    https://cld.wthms.co/kQbVU4

    It appears you already have a short description under the Product name now.
    https://cld.wthms.co/22t8G3

    Hope that helps.

    Thread Starter koratgag

    (@koratgag)

    Thank you very much, works great. I appreciate it.

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