I am having a problem with picture and text alignment.
No matter what I do I can not put text above the second picture.
It is always to the side .. any ideas?
I am having a problem with picture and text alignment.
No matter what I do I can not put text above the second picture.
It is always to the side .. any ideas?
I have tried every thing.
Even if I install breaks I still cant get the text right.
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.
I took the float out ..
thanks !!
This topic has been closed to new replies.