• Resolved milomen

    (@milomen)


    Is there a CSS code that is suitable for my theme added to the center of the featured image on the page and post?

    Every time I add a featured image, the image doesn’t center. How can I fix it?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @milomen

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .block1_grid .entry-thumb {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    Let me know if that does it.
    Thank you.

    Theme Author FameThemes

    (@famethemes)

    Hi @milomen

    Please add this:

    .single .entry-thumb { text-align: center ; }

    Hope it helps!

    Thread Starter milomen

    (@milomen)

    Hi, @famethemes

    Cool, your code works well.

    There is one more request, how do I change the green color to my favorite color in the entire appearance of my site?

    Theme Author FameThemes

    (@famethemes)

    Hi @milomen

    This option will be available in Pro version ??

    Thread Starter milomen

    (@milomen)

    Hi, @famethemes @snehalb890

    Thank you very much for your help, the code you provided all works.

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