Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #541083

    Hi,
    How can I center the thumbnails at the middle (at the bottom of a gallery) please ?
    Actually, the thumbnails are set with a float left (by default)
    Thank you,
    Omar

    #541223

    Hi omardualtime!

    I don’t see an easy way of going about that unfortunately. If your only using one gallery in the page then you can try adding this to a codeblock element in the page content.

    <style type = "text/css">
    .avia-gallery-thumb {
        left: 20%; 
        position: relative;
        display: block;
    }
    </style>

    Cheers!
    Elliott

    #543609

    Ok it works thank you Elliott !
    Omar

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails gallery’ is closed to new replies.