Horizontal Scrollbar

ZooSleuth

Former Member
Joined
Nov 21, 2013
Messages
1,420
Reaction score
27
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;
}
 
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
183
Guests online
510
Total visitors
693

Forum statistics

Threads
625,793
Messages
18,510,193
Members
240,844
Latest member
tillynz
Back
Top