Forums

Photo alignment (3 posts)

  1. bambinn
    Member
    Posted 2 years ago #

    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

  2. webjunk
    Member
    Posted 2 years ago #

    Can't even get your site to load.

  3. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Add the following to the bottom of style.css:

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags