Clean CSS theme has a flaw in as far as it does not work on 800x600 res.
There was several ways to remedy this, but I feel Actinic should correct the underlying code within the theme.
Essentially the problem arises when the right hand column covers the extreme right of the middle column at 800 width.
The left margin is 200 pixels width, the middle column is 500, thus using 700 pixels. on 800 wide res there is only 30 or so pixels left and the right col requires 150.
The right nav is controlled by css and rightly places its self on the right of the screen and uses 150 pixels, thus on certain pages 100 or so pixels to the right of the middle column get obscured.
Hence the view shipping cart page gets part of the table obscured, the bounce page looses in Next button, the product pages loose the add to cart on the first product and there are probably a few other pages with faults too. I haven't fully investigated every page.
And easy fix to the product pages is to change the layout to "CSS product layout", other things to change include amending ACTSTSWIDTH, productlistwidth and sectionlistwidth.
I haven't tested to see if these are all that is required or there is more to search out, but its a start and i hope Actinc will complete the task and repair the theme in a future patch.
There was several ways to remedy this, but I feel Actinic should correct the underlying code within the theme.
Essentially the problem arises when the right hand column covers the extreme right of the middle column at 800 width.
The left margin is 200 pixels width, the middle column is 500, thus using 700 pixels. on 800 wide res there is only 30 or so pixels left and the right col requires 150.
The right nav is controlled by css and rightly places its self on the right of the screen and uses 150 pixels, thus on certain pages 100 or so pixels to the right of the middle column get obscured.
Hence the view shipping cart page gets part of the table obscured, the bounce page looses in Next button, the product pages loose the add to cart on the first product and there are probably a few other pages with faults too. I haven't fully investigated every page.
And easy fix to the product pages is to change the layout to "CSS product layout", other things to change include amending ACTSTSWIDTH, productlistwidth and sectionlistwidth.
I haven't tested to see if these are all that is required or there is more to search out, but its a start and i hope Actinc will complete the task and repair the theme in a future patch.
Comment