• 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 https://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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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;.

    Thread Starter jasonparkermusic

    (@jasonparkermusic)

    Thank you, Esmi! That did the trick. Maybe you can help me with one more:

    In the right sidebar at https://oneworkingmusician.com there is a photo of me, and the text there has no margin padding either.

    Thank you so much!

    Thread Starter jasonparkermusic

    (@jasonparkermusic)

    Nevermid, I figured it out for myself.

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cutline question about images and borders/padding’ is closed to new replies.