Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16688
    Stefing
    Member

    Hello there. I’m using your theme and it’s nice – thx lot.

    New in wordpress and all the stuff about it. Have an problem i want to solve – how i can align the text in the Featured content 1,2,3? I had some other problems but i found similiar posts in the forum, but nothing about that. I tryed to add something like – #homepage-featuredcontent1 { text-align: centre; } in the custom css but nothing happend. Pls tell me what can i do ?
    Here is link – http://www.podkrepa-plovdiv.com/ i want to align the text under the image and if it is possible to put the title on the top of it (aligned also if it is possible)?

    #16698
    Sakin
    Keymaster

    @Stefing: That is called “Homepage Featured Content” and you can add image, title, content and link as per you need from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    For text align center, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .post {
        text-align: center;
    }
    #16717
    Stefing
    Member

    Thx lot it worked great but was wondering can i move the title on the top of the image and if i can how to do that(what is the CSS i need to add). Thx in advance

    #16731
    Sakin
    Keymaster

    @Stefing: Sorry that is not possible with the Custom CSS. You need to do advance customization by building child theme and editing the file.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured content text align’ is closed to new replies.