• Resolved ke vinritt

    (@ke-vinritt)


    I have images set to ‘aligncenter’ on this page but they are not aligning on the page – they stay to the left. Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding:

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .alignleft {
        float: left;
    }
    .alignright {
        float: right;
    }

    to the bottom of your stylesheet.

    Thread Starter ke vinritt

    (@ke-vinritt)

    that did it – thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images not aligning’ is closed to new replies.