• Resolved Tradewind25

    (@tradewind25)


    Hi,

    I have a Nextgen Gallery on my page; it uses ‘Basic Thumbnails’. Everything works fine, except that the descriptions showing beneath the images are very small and left adjusted. I would like them to be a in a larger font size and centred within the grey band.
    For clarity, I am talking about the way the images appear in the lightbox.

    Thanks,
    Geoff Johnson

    • This topic was modified 3 years, 6 months ago by Tradewind25.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @tradewind25,

    The styling is that way by design.
    You can apply this CSS code to edit the way it looks.

    .sl-wrapper .sl-image .sl-caption{
        font-size: 18px;
        text-align: center;
    
    }

    We hope that it helps! Please, keep us posted.

Viewing 1 replies (of 1 total)
  • The topic ‘Adjust font size and position of Description’ is closed to new replies.