Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12617
    eckh20
    Participant

    Hi,

    I’ve added 3 links & images to the featured content part of the homepage, but they’re not aligning very well at all. Is there a way to align the images more aesthetically, and to align the text under each image so that it is centered in relation to the image?

    http://www.gmhealthriskweek.org/

    Thanks so much.

    #12637
    Sakin
    Keymaster

    @eckh20: The best option will be to upload the image of same size. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box center it.

    #featured-post .post {
        text-align: center;
    }
    #featured-post img {
        display: block;
        margin: 0 auto;
    }
    #20196
    Websiteguy
    Member

    This is a great code! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Aligning featured content on hompage’ is closed to new replies.