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
59
Guests online
2,100
Total visitors
2,159

Forum statistics

Threads
632,757
Messages
18,631,242
Members
243,279
Latest member
Tweety1807
Back
Top