• I’m tired at the moment and my brain isn’t working, so excuse this noob question, but how I can center the image here: https://mightysparks.com/

    (the main ‘featured content’ image)

    Not sure if I’m supposed to be centering the div or the image or which one it’s supposed to be.

Viewing 1 replies (of 1 total)
  • You’ll need to centerize the DIV via CSS. Go to Appearance -> Editor and edit the style.css, add in:

    .featured-content .has-post-thumbnail .entry-thumbnail {
    margin: 0 auto;
    float: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Centering image/div?’ is closed to new replies.