Question about custom CSS for easydiscuss 2.0 beta
-
ResolvedI'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
Subscribed Products:
Accepted Answer
-
Selected answer for this questionHello MrBlackBoot,
Try this, edit the file /components/com_easydiscuss/themes/default/css/style.css and locate the block of codes below at line 326,
#discuss-wrapper .discuss-respond .respond-content { margin-right: 50px; }
Replace it with the following,
#discuss-wrapper .discuss-respond .respond-content { margin-right: 60px; }MrBlackBoot likes this post.
4 responses Add a reply
-
-
Subscribed Products: -
Subscribed Products: -
Hello MrBlackBoot,
You are most welcome and Thanks for your compliments
By the way, if it doesn't take too much off your time, perhaps you could help us by posting a review about EasyDiscuss here, http://extensions.joomla.org/extensions/communication/question-a-answers/16123
Thank you in advance!
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.