Forums

[Plugin: Flickr Gallery] Centering Image (3 posts)

  1. crazedpanda
    Member
    Posted 7 months ago #

    I was just wondering how to center an image. When I insert an image using the shortcode it automatically sets the float to none. Is there any way to change the image to center it using the shortcode?

  2. DanCoulter
    Member
    Posted 7 months ago #

    If you put float="center" into your shortcode, it will add a CSS of "center" to the image. Some WordPress themes will add a text-align to center the image (the default theme does, for example). If it does not center it for you, you can add this to your theme's style.css file.

    div.flickr-gallery.image.center { text-align: center }

  3. hansol
    Member
    Posted 2 weeks ago #

    I have the same problem and I have not understood which files to modify in order to center the image.
    Sorry for bad english.
    Best regards.

Reply

You must log in to post.

About this Topic