Support » Themes and Templates » Just CAN'T add borders to images within posts

  • Ok so I purchased this “fancy” theme called “Themeology” on Themeforest. I know I should probably email the developer but he doesn’t really reply to support requests.

    Now, NO matter what I tried, or where I tried to add the img {border: 1px….) property, images just won’t get wrapped. Nothing.

    my site is located here: http://insfired.com/

    I’m seriously willing to pay upfront for any CSS expert to fix this for me. I’m not entering the css property wrong, this is what I want:

    img {border: 1px solid #c8c8c8;
    padding: 2px;
    margin-bottom: 10px;
    }

    Actually, there is an image class that is already bordered but it’s also given the float and the margin right property, whenever I edit this one I can see changes to images with this class, but any attempt to apply borders to images (img) or images within posts (.div.entry.single img) were futile.

    #page ul#entries li img.avatar{
    float: left;
    border: 1px solid #c8c8c8;
    padding: 2px;
    margin-right: 15px;
    margin-bottom: 10px;
    }

    The theme has several .css files, and I tried adding the above (1st) code to ALL, not a single thing moved. I tried clearing my cache and the W3 cache.

    Seriously, if you want money for fixing this for me I’m willing to pay. I’m insfiredmail on gmail.

    Help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi SKMan22, do you still need help with the border issues?

    Can you find this in your style.css page?
    #content img

    If that div is there then maybe you can add borders to it, like:

    #content img{
    border: 2px solid #c8c8c8;
    padding: 2px;
    }

    You will probably need to add some margin and change colours to it but like I said I don’t know how your theme has been structured or pages. Could be a different ID. If you still have problems, I am happy to fix it for you. I’ll e-mail you.

    Cheers

    http://jobs.wordpress.net/

    [closed according to forum rules]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Just CAN'T add borders to images within posts’ is closed to new replies.