Log in

View Full Version : Resize post icon box


Mariner1
04-05-2014, 06:45 PM
Im wanting to resize the red box to this size 48x48.
Where and how do i do this pls im using a custom theme and vbulletin 4.2.2.Ive attached a image

ThatGreenAlien
04-11-2014, 04:38 PM
Assuming I understood what you meant correctly, add this to your additional.css
.threadbit .threadstatus {
height: 48px;
width: 48px;
}