Horizontal Scrollbar

ZooSleuth

Former Member
Joined
Nov 21, 2013
Messages
1,420
Reaction score
27
  • #1
When viewing threads, there is an annoying horizontal scrollbar because the page title element is slightly larger than the width of the page. To fix it, add the following to your CSS:

Code:
#pagetitle {
    box-sizing: border-box;
}
 
  • #2
BTW this thread was meant for the admin of this website to add that CSS to the site's stylesheets.
 

Members online

Online statistics

Members online
65
Guests online
2,459
Total visitors
2,524

Forum statistics

Threads
632,756
Messages
18,631,227
Members
243,279
Latest member
Tweety1807
Back
Top