Question about custom CSS for easydiscuss 2.0 beta

  • Resolved
    Saturday, January 07 2012, 10:25 AM
    Posted by MrBlackBoot
    0
    I'm trying to add a basic shadow looking box around the avatars. I kept running into a issue where is was forcing the content down below the avatar leaving much empty space. I thought it was the way I was styling it, but now I realize now that even a basic 1px border forces the content down. Probably something simple, any ideas?

    Here is the code I used to make the very basic 1px border within the default style.css:

    from:
    #discuss-wrapper img.avatar.small{width:40px;margin:0 !important;}


    to:
    #discuss-wrapper img.avatar.small{width:40px;margin:0 !important; border:solid; border-color:#F00; border-width:1px;}


    Screen shot attached of what happens when changed

    Attachments:

    • Untitled-3.png

    Subscribed Products:

Accepted Answer

4 responses Add a reply

Your Response

Please login to reply

You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.

Register Now →

Please Login Forgot your password?