Site logo

[Resolved] Center Align Featured Image

Home Forums Support [Resolved] Center Align Featured Image

Home Forums Support Center Align Featured Image

  • This topic has 6 replies, 3 voices, and was last updated 10 years ago by Tom.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #149627
    mizzymac

    Hi Tom
    Hoping you can pls assist.
    I would like to center-align the featured image when it is seen from the home/blog page.
    http://vitalityj.com.au/
    If you scroll down to The Baby Diaries post- you can see that the featured image is left aligned.
    I’ve scrolled through many support threads but can’t seem to locate this anywhere.
    Thanks in Advance
    regards

    #149683
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Our Blog add-on allows you to align the post images.

    You can also use some CSS like this:

    .post-image {
        text-align: center;
    }

    Hope this helps 🙂

    #178020
    Ángel Luis Piquero

    Hi Tom
    I’m using Generate Blog to show my post featured images center aligned.
    On my blog page they are showing well, but they are showing left aligned in the post page.
    I tried the CSS you told but isn’t working.
    How can I solve it?
    Thanks in advance

    #178076
    Tom
    Lead Developer
    Lead Developer

    For the single post, try this CSS:

    .page-header-image-single {
        text-align: center;
    }
    #178686
    Ángel Luis Piquero

    Thanks Tom, It works!

    I was doing some tests and the next CSS worked too

    .page-header-image-single {
        text-align: center;
    }

    Regards!

    #178687
    Ángel Luis Piquero

    oops!

    The other working CSS is

    .generate-page-header {
        text-align: center;
    }
    #178752
    Tom
    Lead Developer
    Lead Developer

    Awesome! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.