Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #21583

    I love using the featured image portion of this theme, however it doesn’t center on my site. Is there a way to center the feature image on individual posts so the pictures will be centered above the title.

    Also is there a way to center the “title” of a page. It seems to be left aligned by default.

    Thanks.

    #21586
    Sakin
    Keymaster

    @Polytechlegend: Can you post your site URL so that I can check in how you have added image and then suggest css accordingly.

    #21594

    Of course. http://www.bmhistorical.com

    Thank you.

    #21602
    Sakin
    Keymaster

    @Polytechlegend: You can add the following CSS in “appearance => Theme Options => Custom CSS” box.

    /* center Featured image */
    .single .featured-image img {
        display: block;
        margin: 0 auto;
    }
    /* center Page Header */
    .entry-header .entry-title {
        text-align: center;
    }
    #21613

    Cheers.

    Thank you kindly.

    #116441
    MoG Fidel
    Participant

    will you Please help me with CSS i have no idea how to get featured post image which includes itself into post on the left side i need it on right side please reply as fast as possible check my website for more Labmash.net

    #116442
    Sakin
    Keymaster

    @mog-fidel: I don’t see that you are using our theme. Sorry, this support forum is only for the theme developed by us.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Centering The Featured Image Of A Post’ is closed to new replies.