Thread
:
X-Cart Ability Template v4.4.x
View Single Post
#
164
03-05-2012, 04:10 PM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
Re: X-Cart Ability Template v4.4.x
Quote:
Is a way to make the Ability skin have a horizontal scroll bar at the bottom of the page at all times?
skin/ability/custom/css/common.css
Replace...
Code:
html { overflow-x: hidden; }
With...
Code:
html { overflow-x: visible; }
__________________
xcartmods.co.uk
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ