Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19233
    erikab1
    Member

    I need to center or align my featured content images on my homepage. I have tried to re-link image, etc. without success. There is too much space on the left image even when I switch them. Please advise.

    http://www.stevemarderosianshandmadewood.com

    #19242
    Sakin
    Keymaster

    @erikab1: Do you mean the 3 Homepage Featured Content images. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .wp-post-image{
        display: block;
        margin: 0 auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘featured content alignment’ is closed to new replies.