Forums

[resolved] How to add borders to thumbnails in my post (4 posts)

  1. gadjade
    Member
    Posted 8 months ago #

    Hi guys!
    Yeah, I already did searched this one and all didn't help me out on solving my problem.

    If I insert gallery, the thumbnails will have borders, but if I inserted selected thumbnails only, the thumbnails don't have borders. So I want to include borders to my thumbnails.

    On my style editor, I found the right line to tweak all individual image's borders and padding at all sizes, but I cannot find the one for my thumbnails only.

    style codes: http://twitpic.com/6k9t1s/full

    my sample post

    This is my CSS layout that I think the one for my images lines and so on.

    So any ideas on what code or lines should I add?

  2. wearitwell
    Member
    Posted 8 months ago #

    Hi !
    I would add something like this to style.css

    img .size-thumbnail {
        border: 1px solid gray;
        padding:3px;
    }

    That help?
    Anja

  3. gadjade
    Member
    Posted 8 months ago #

    @wearitwell

    Hello! Thank you som much! It's already working!

    Another method I dumbly discover is to manually and individually change the advance settings of thumbnails. But it's so time consuming.

    Thanks agaiN! :D

  4. wearitwell
    Member
    Posted 8 months ago #

    Welcome!

Reply

You must log in to post.

About this Topic