Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1034029

    Hello
    in single product shop page, how can i do to have the width for image extend to 1/2 and texts zone 1/2 ?
    instead of 1/3 + 2/3
    I want image bigger and texts zone smaller
    and is there a plugin to customize single product page with Avia – Working well in Enfold ?
    thxs for your help

    #1034291

    Hey totoro,

    You can’t do that with a plugin unfortunately, could you post a link to an example page so that we can have a closer look please?

    Best regards,
    Rikard

    #1034368
    This reply has been marked as private.
    #1034666

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .single-product-main-image {
        width: 50%;
    }
    
    .single-product .woocommerce-product-gallery__image {
        width:100%;
    }

    Best regards,
    Rikard

    #1035224

    it’s perfect – thxs

    #1035245

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Single product page layout’ is closed to new replies.