Images don't align in center

  • Unknown's avatar

    Hi,

    I built my website using the Dara theme and have a problem with the alignment of certain images.
    Some images that I had set to be aligned in the center, show as aligned on the left on my live website. I checked the settings in my dashboard but the images were still aligned in the center. I changed them to be aligned on the left and then in the center again, saved the changes, but this didn’t help; my live website is still showing the same (in both Safari and Firefox / laptop and iPhone browser).
    I read on a forum that I might have to change some things in the style.css.

    Look in your style.css for this:

    img.centered, .aligncenter {
    display: block;
    margin: 0 auto 22px;

    Change it too:

    img.centered, .aligncenter, .aligncenter img {
    display: block;
    margin: 0 auto 22px;

    But the only text I can find in my style.css is:

    # Alignments
    ————————————————————–*/
    .alignleft {
    display: inline;
    float: left;
    margin-right: 1.6em;
    }

    .alignright {
    display: inline;
    float: right;
    margin-left: 1.6em;
    }

    .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    Can you tell me how this problem can ben prevented and fixed? Thanks a lot in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
    tekstbureaupluym · Member ·

    Sorry! I don’t need help with tekstbureaupluym.wordpress.com but with http://www.tekstbureaupluym.nl
    Thanks!

  • Unknown's avatar

    Hi tekstbureaupluym, The best option would be to contact the theme developer for the the changes you would like. The WordPress.com forum is for WordPress.com hosted sites.

    You can also post on the WordPress.org forum for support on self-hosted sites.
    You can read more about the differences here https://en.support.wordpress.com/com-vs-org/

    Also include on what page it is that the images needs centering.

    Here is a link to the . org forum https://wordpress.org/support/forums/

    Hope you get sorted soon.

  • The topic ‘Images don't align in center’ is closed to new replies.