View Full Version : 2 quick questions guys and gals....
SPEEDKILLZ
08-08-2014, 12:36 AM
1. Why and i getting a half of box in the member info (postbit area) and how can i get rid of it?
2. Where do i change the background color of the post and sig?
Thank you all
ForceHSS
08-08-2014, 01:24 AM
You will need to give a link to the problem and a test account if needed but only if forums cant be seen by guests
CAG CheechDogg
08-08-2014, 04:44 AM
Thats because your stats for the post thanks/likes is not wrapped correctly when you added that collapse button ...
For the background, you can just add this to your additional.css file:
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
background: #d5d5d5;
}
or let it just blend it with the default background you have which is what I would personally do ...
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
background: none;
}
or this so that it adds the textured background that you have for the body wrapper...
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
background: url("images/brightstripes/misc/body_background.jpg") repeat scroll 0 0 #c5c5c5 !important;
}
SPEEDKILLZ
08-08-2014, 07:12 PM
Thank you guys. Yeah i don't see where or how to fix the box. i never had to add or change anything. this is a new style and my other style it wasnt there
squidsk
08-08-2014, 08:43 PM
Run the code for the page (right-click + view source) through the w3c validator as it appears there's some badly formed tags.
SPEEDKILLZ
08-09-2014, 02:07 AM
Sorry i dont know what i can tell from this?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.