How to Remove Artisteer IE Scrollbars

Many People design WordPress Themes as well as themes for other CRMs using Artisteer. Whilst Artisteer makes designing custom Themes very simple it unfortunately has a few annoyances.

One of these frustrations is that, when viewing Artisteer generated WordPress Themes using Internet Explorer, the bullet lists often has accompanying vertical scrollbars. This makes the Webpage look weird.

Here is how to remove these Internet Explorer scroll-bars:


1. Login to your WordPress Dashboard (i.e. http://example.com/wp-admin)

2. Click Appearance then Editor

3. Select your Theme in the selector titled Select theme to edit:

4. Click Stylesheet (style.css)

5. Search for .art-post ol li, .art-post ul ol li in the selected style.css

6. Change overflow: auto; to overflow: visible;

7. Click Update File


Easy!