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

    (@woodent)

    The featured images that are used in the slider should already have a width and height set in the image element. This being so, you can set the left and right margins to ‘auto’ using css and they will center in the containing element.

    So adding something like this to your active theme’s CSS file should do the trick:

    .promo_slider img { margin: 0 auto; }

    Thread Starter lectionautas

    (@lectionautas)

    it does not work, the image that is attached with the post or promotion post keep left and I want it in middle, center

    Plugin Author Micah Wood

    (@woodent)

    Hmm.. perhaps you can post a link to the page in question?

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