This has never been an issue until I switched to Oulipo theme.
Here is an example: http://uzikidding.com/cosplay/nico-minoru/
How would I make the images stand next to each other?
This has never been an issue until I switched to Oulipo theme.
Here is an example: http://uzikidding.com/cosplay/nico-minoru/
How would I make the images stand next to each other?
Add a float:left to
.entry img {
border: 0 none;
display: block;
margin: 1.5em auto;
max-width: 490px;
float: left;
}
And clear the float on the paragraph.
#entry_content p {
<strong>clear: left;</strong>
margin: 10px 0;
}
Can be found in the style.css file
Thank you so much for your help.
It worked but now the text is wrapping around the images.
http://uzikidding.com/cosplay/frost-mortal-kombat/
Any way to fix this as well? Thank you.
You must log in to post.