• Hello,
    How can I center the gallery ?

    ex:
    [su_custom_gallery source=”media: 19460,19459,19458″ link=”lightbox”]

    Thank you!

    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vova

    (@gn_themes)

    Hello Alex,

    you can just wrap gallery with the following HTML code:

    <div class="width: 500px; margin: 1.5em auto;">
    [su_custom_gallery source="media: 19460,19459,19458" link="lightbox"]
    </div>

    I think your code is wrong.

    Try
    <div style="max-width: 500px; margin: 0 auto;">[su_...]</div>

    Thread Starter TotalRecall

    (@totalrecall)

    Thank you!

    And special tnk murray654!

    All the best!
    Alex

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