Support » Fixing WordPress » Images Won’t Center Align Even After Changing CSS

  • Erin

    (@etheeskimo)


    Hi friends,

    About a week ago I noticed by images aren’t aligning center in my blog posts, even though they are showing as centered in the editor. A good example of this is on my page: https://homeharmonylouisville.com/2018/08/24/determine-your-clutter-comfort-level/

    All of the images are aligned center in the editor. I’ve tried purging my cache, and changing the CSS for my theme (Panoramic Premium). No luck. This is the current CSS for my theme:

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }
    
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    
    .alignleft {
    float: left;
    }
    
    .alignright {
    float: right;
    }

    Help please!

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

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Images Won’t Center Align Even After Changing CSS’ is closed to new replies.