• Resolved clintanderson

    (@clintanderson)


    Can anyone help me figure out how to get a little padding between the thumbnail on my homepage and the text that is wrapped around it to the right? https://www.trentstrek.com
    is the page, The comment below the thumbnail is where I am talking about with respect to them being too close. I am using the coppermineSC plugin to add the picture to the post. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • give the div an id and do this:

    div#id {padding-right:10px}

    And as I mentioned in your other thread, choose your titles and the forum you place your post in carefully. This is strictly a css question. ??

    Thread Starter clintanderson

    (@clintanderson)

    ok I didn’t think of it as CSS at the time, but I do understand what you mean about it being CSS now. Thanks Again!

    Just a suggestion – if you plan on adding floated images in more posts, it is best to have all the styling in the css and not in each post. If you ever want to change your theme or the style of the one you are using, you won’t have to edit each post with an image.

    Thread Starter clintanderson

    (@clintanderson)

    Thanks Beel that did the trick!

    Thread Starter clintanderson

    (@clintanderson)

    When I finished correcting this problem, I said thanks…but I should have told you what I did specifically. There was an id already called out in the css of my coppermine plugin that I used to adjust the values. I think the value was cpg_image_thumb or something similar. Hope that helps someone else in the future.

    C

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need help with CoppermineSC plugin please…’ is closed to new replies.