• bambinn

    (@bambinn)


    Hi guys!

    for some reason when i add pics to my page they don’t become aligned into the text, even though they are aligned in the editor.

    you can see the problem here, http://tinyurl.com/pwvhsn. all the pics are aligned left.

    plz guys i need help

Viewing 2 replies - 1 through 2 (of 2 total)
  • webjunk

    (@webjunk)

    Can’t even get your site to load.

    esmi

    (@esmi)

    Add the following to the bottom of style.css:

    .alignleft {
    	float:left;
    }
    .alignright {
    	float:right;
    }
    .aligncenter {
    	float:none;
    	display:block;
    	margin:0 auto;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Photo alignment’ is closed to new replies.