Quote:
Originally Posted by dirtysouth
|
While I am snooping at this. Check your 'additional.css' template and check to see if there isn't additional CSS there modifying your style.
When you removed the XML files. You only removed the 'xml' files for that product right?
--------------- Added 14 Aug 2013 at 18:16 ---------------
Quote:
Originally Posted by dirtysouth
|
I do not know your theme... but I looked at your additional.css and you have the width set as
Code:
.main_wrap {
margin: 0 auto; /* this sets the margin right and left to AUTO - which essentially 'centers', but to both ends of the screen */
width: 1300px; /* this makes it fixed width */
}
Is that really what you want. Thats pretty wide fixed width for anything but desktop stations?