Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20512
    Lea
    Member

    Hello I have the 3 column featured items selected for my home page – how do I center the photos over the actual type instead of off to the left?
    http://www.aeriformarts.com/aerartstester1/

    #20514
    Lea
    Member

    also how do I center the titles in my footer widget?

    #20525
    Sakin
    Keymaster

    @Lea: Actually your Homepage Featured content image are smaller in width and so you have issues. If you want to center the image then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .wp-post-image {
        display: block;
        margin: 0 auto;
    }

    You can center the titles in your footer widget by add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar .widget-title {
        text-align: center;
    }
    #20531
    aeriformarts
    Member

    thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured items – centering’ is closed to new replies.