I insert the image. Click on it to choose the setting to wrap the text to the left or right of the image. It always puts the text below the image. However when I look at it on the backend – it looks the way I want it. When I look at it on the site it puts the text below.
Please help!!
Try adding the following to the bottom of your theme’s stylesheet:
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
Where is that located? I am sorry but I am totally new to this. Where do I go on my backend to insert that information?
ok I found where to insert it – still not working.
Anyone help me here????
This is soooooooo annoying. I have inserted code as I was told. I have clicked the steps to make text go to the right of the image. EVERYTIME THE TEXT GOES BELOW THE IMAGE THOUGH!!! This is not what I want at all.
Someone must know how to fix this????
Looks like your theme doesn’t use an external stylesheet. All of the CSS is in header.php – which is where you’ll need to add the CSS mentioned above. Right now, it’s not in there.
Could you help me out with it?