View Full Version : Add a border to avatars?
tutsgraphic
11-15-2012, 04:30 PM
Hi,
how can I add a border as the image in my postbit_legacy?
https://vborg.vbsupport.ru/external/2012/11/22.jpg
Thanks
Lynne
11-15-2012, 08:31 PM
Add something like this to your additional.css template (adjust however you want):
.postbitlegacy .userinfo .postuseravatar img {
padding: 10px;
border: solid black 1px;
background-color: white;
}
tutsgraphic
11-16-2012, 01:10 PM
Thanks, i adjusted so:
.postbitlegacy .userinfo .postuseravatar img, .eventbit .userinfo .eventuseravatar img {
max-width: 120px;
padding: 5px;
border: 1px solid #D7D7D7;
background: white;
border-image: initial;
}
Lynne
11-16-2012, 03:27 PM
Glad you got it how you want. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.