Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #864049

    Hi team,
    is it possible to show the gallery pictures at the right side instead of buttom.
    Plz see the example link in the private content.
    Hope you can help…as always. :-)
    Best regards
    Alexander

    #864688

    Hey Alexander,

    Thank you for using Enfold.

    Please try the following css codes.

    .woocommerce-product-gallery__image {
        float: left;
        width: 63%;
        margin-right: 2%;
    }
    
    .woocommerce-product-gallery__image + .thumbnails {
        width: 35%;
        float: left;
    }
    
    #top .single-product-main-image .thumbnails a {
        width: 100%;
        margin: 0 4px 4px 0;
        padding: 4px;
    }
    
    div.product div.images div.thumbnails {
        padding-top: 0;
        margin: 0;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    #864894

    Hi Ismal,
    i´m sorry but the code didn´t work. We build the products with the advanced builder. Could this be the problem?
    Alexander

    #866042

    Hi!

    I’m sorry about that. The forum converts the text “woocommerce” to something else that’s why it’s not working. We modified the code a bit. Please try it again.

    Cheers!
    Ismael

    #866137

    Hi Ismael,
    now i´m very sorry…i forgot to tell that i build the product with the advanced editor and i choose a gallery modul, Big picture with thumbnail. The gallery is nothing from woocommerce it´s from enfold. Is there a possibility to have the thumbails at the right sight? Plz… :-)
    Best regards,
    Alexander

    #867394

    Hi,

    Thank you for the update. Please try the following css codes.

    #top div .avia-gallery .avia-gallery-big {
        width: 80%;
        float: left;
    }

    Best regards,
    Ismael

    #867515

    Hi Ismael,
    many thanks for the code. The result looks really cool!! Plz have a look: https://www.brautbluete.de/produkt/aire-batista/
    Wish you great start into the workweek!
    Best regards,
    Alexander
    P.S. You can close the thread

    #867535

    Hi,

    Looks Great! Glad that Ismael helped you and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Woocommerce Single Product Gallery Look’ is closed to new replies.