Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11324
    saludypaz
    Participant

    Is there a way to feature the text under the Featured Content photos on the bottom of the homepage?

    http://wp.saludypaz.org

    #11330
    saludypaz
    Participant

    Sorry – I meant to “center” the featured text.

    #11355
    Sakin
    Keymaster

    @saludypaz: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .post { text-align: center; }

    #11697
    PhaseZwei
    Member

    Works great for text alignment. How about if I want to center the images too?

    http://www.missliberty.ch/wordpress/

    Thanks!

    #11706
    Sakin
    Keymaster

    @PhaseZwei: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post .img { display: block; margin: 0px auto; }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Center Featured Content Text’ is closed to new replies.