Quote:
Originally Posted by TrultToast
Thanks for explaining. I was about to ask that question too, lol.
Any chance you could help me fix my forumhome template too? Sorry to be a bother... I tried using the code you supplied above in a few spots but I had no luck in fixing the borders in my statistics box.
|
Borrowing on Mike's suggestion, add this to your "additional.css" template:
HTML Code:
#info {
width:calc(100% + 2px) !important;
}
This will make the statistics box 2px wider, rather than making the forums boxes 2px narrower. Either way will work though.