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

    Hi
    I have managed to edit some things on the single product template for my customer, including making the main product image on the single product page much larger. However this also made the gallery thumbnails below the main image much larger. The solution would be to have 5 or 6 thumbnails per row instead of the default 3. Is there any way to do this?

    Thanks

    #934159

    Hey stevegjacobs,

    The link is not working. Is the website down or are you blocking locations?

    Best regards,
    Victoria

    #954417

    Hi Victoria,
    I didn’t have control over the dns for a while and was using a hosts file to work on the site. The link works now. Could you check again please? I still have the same issue.
    Thanks

    #954724

    Hi stevegjacobs,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .single-product-main-image .thumbnails {
        width: 100%;
    }
    
    #top .single-product-main-image .thumbnails a {
        width: 15%;
        margin-left: 0.8%;
        margin-right: 0.8%;
    }

    Hope it helps :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.