• Resolved Reid Currier

    (@critiqal)


    Hello,

    I have a social media plugin that takes up the far left side of my screen. I shortened the caption box (via the plugin options), but even though it takes up less than half the width now, it’s situated all the way to the left. I would like to be able to center that box (with a margin: 0 auto or something), but can’t figure out what div to address when putting the CSS in my theme’s Additional CSS.

    Other than that little glitch, this plugin works fantastic, and it’s just what I’ve been looking for.

    Thank you for your help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Could you give us your URL address of the published Gallery? We will have a look as soon as possible and suggest a quick CSS solution.

    Thank you! Have a nice day!

    Thread Starter Reid Currier

    (@critiqal)

    Thank you for getting back to me on this one! One of my galleries is attached to https://curriersonthego.com/68/mesa/.

    When you click on one of the pictures, the lightbox opens, and the caption is all the way to the left of the screen. I want it to be centered.

    Thank you for your help with this!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please check the following screenshot. If it is suitable for you, please add the below-written CSS code into Appearance > Customize > Additional CSS:

    .bwg_image_info { margin: 10px auto 5px 59px !important;
    width: 22%;}

    Thank you!

    Have a nice day!

    Thread Starter Reid Currier

    (@critiqal)

    Thank you, that worked for me!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Center Caption Text and Box’ is closed to new replies.