Forum Replies Created

Viewing 1 replies (of 1 total)
  • Yes, it actually does work and it was simple.
    1.) Go to “Appearance”
    2.) Go to “Editor”
    3.) On the right hand side of the page click on “Style.css”
    4.) Go in the middle of the code and find an empty line and make a few more spaces and then just paste this code in exactly as it appears:

    img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

Viewing 1 replies (of 1 total)