Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #125483
    Patrick
    Participant

    Hey guys, I’ve searched the forum and tried the suggestions related to centering the content and images. The content is now centered (thank you). However, I can’t get the images centered, and the titles won’t display for some reason. What to I need to do?

    http://www.fifthdimensioncoaching.com

    #125499
    Mahesh
    Keymaster

    @coachboone73: The title is not displaying because of the following CSS:

    .entry-header {
        display: none;
    }

    Please find and remove it.

    To align the image to the center, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS.

    #featured-content .featured-homepage-image {
        text-align: center;
    }

    Regards,
    Mahesh

    #125514
    Patrick
    Participant

    Thanks for the quick response. What is the code for centering the feature image title? Can you also place the title ABOVE the image?

    #125516
    Patrick
    Participant

    Okay, I actually found the code to center the title and implemented. Still haven’t found the code to move titles above images. However, I now see why I had that code to hide titles – the page titles are now displaying. I can live with About and Contact….but not real keen on having “Home” display on my home page. Any suggestions?

    #125532
    Mahesh
    Keymaster

    @coachboone73: For hiding title on homepage only, add the following CSS:

    .home #main .entry-header {
        display: none;
    }

    For moving the titles above images, I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Centering featured content images’ is closed to new replies.