Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #349977

    Hi there,

    (woocommerce setup)

    Anyone know of a way to flip the current product page split, from 1/3 product images and 2/3 text the other way around?

    Want I want is 2/3 product images (so double image sizes) and 1/3 text content – but still images on the left and text on the right as default.

    thanks

    JD

    • This topic was modified 9 years, 12 months ago by jezd.
    #350530

    Hi jezd!

    Try adding this to your custom CSS.

    .single-product-main-image { width: 66% !important; }
    

    Best regards,
    Elliott

    #350951

    Perfect, almost :-)

    Do you know the CSS coding for applying this above width xxx below which the responsible layout switches to single column for the product page?

    taa

    JD

    #350968

    Its ok sorted, if you remove the !important then normal rules take over (responsive) and its only applied on desktops etc

    cheers

    JD

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Product page content split’ is closed to new replies.