Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rleon

    (@rleon)

    I have tried every thing.
    Even if I install breaks I still cant get the text right.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    In your theme’s style.css file, you have this:

    #content p img{
    	float: left;
    	border: none;
    	margin-right: 15px;
    	margin-bottom: 10px;
    	}

    When you have an image set to “float”, then text wraps around it. So that “float:left;” will make all your images in posts floating to the left side of the page, and your text will wrap around them.

    Thread Starter rleon

    (@rleon)

    I took the float out ..
    thanks !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with picture and text aliginment.’ is closed to new replies.