JasonParkerMusic
Member
Posted 2 years ago #
Hi there,
I am using the 3-column Cutline 1.4 theme, and can't figure out how to get the borders/padding around images to work the way I want. Please help if you can:
Check out http://oneworkingmusician.com/why-we-play
Notice how the text is butted up against the border line of the photo? When I don't use the caption there is nice padding, but with the caption it messes it up.
Any advice is greatly appreciated!
Change style.css (line 171) from:
.entry div.alignleft {
float:left;
text-align:left;
}
to
.entry div.alignleft {
float:left;
margin-right:10px;
text-align:left;
}
You may have to edit .entry div.alignright as well by adding margin-left:10px;.
JasonParkerMusic
Member
Posted 2 years ago #
Thank you, Esmi! That did the trick. Maybe you can help me with one more:
In the right sidebar at http://oneworkingmusician.com there is a photo of me, and the text there has no margin padding either.
Thank you so much!
JasonParkerMusic
Member
Posted 2 years ago #
Nevermid, I figured it out for myself.
Thanks for your help!