• Resolved evildoer

    (@evildoer)


    No matter what I do my images will not center inside my pages.

    All the “normal” methods do not work including align center

    Checked the style sheet and cannot find any reference to image float, position, etc.

    Thanks for any help.

    https://saratogawebsitedesign.info

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi evildoer

    Apologies for the hassle here. I can see the problem Please insert the following into a Custom CSS plugin like Simple Custom CSS or Jetpack Custom CSS:

    /* Alignments */
    
    .entry-content .wp-caption {
    margin: auto;
    }

    We’ll resolve in the next version. Thanks for the update.

    Let me know how that goes.

    The problem occurs once a caption is added. Alignment seems to good without one. I’m loggin the bug now. Thanks.

    Thread Starter evildoer

    (@evildoer)

    could I add that to my child theme style css file ?

    Thread Starter evildoer

    (@evildoer)

    I added your script to my child theme style sheet and it seems to have fixed the problem.

    Lemme try on a couple more pages before I mark this resolved Misplon

    Thread Starter evildoer

    (@evildoer)

    thanx

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot center images on pages’ is closed to new replies.