Jump to content

Anyone had this happen with columns?


Recommended Posts

I have set up my online shop - or at least with sample data - under www.electronicsshopdirect.com and kept the standard format up to now. On my own PC, all the columns on the home page are where they should be, but when I tried it on a PC in the local library, the complete right-hand column (shopping-cart etc.) are under the bottom of the left-hand column!!

Has anyone had this occur with the standard Prestashop layout, and if so, is there a solution to fit all screen resolutions/sizes??
Many Thanks in Advance!
David Fergus

Link to comment
Share on other sites

it's very common that pages laid out with pure css to have issues like this when the content will not fit into the monitors width resolution

you could try adding this into the body selector (insert at line 22)

min-width: 900px;

to this file

prestashop/themes//css/global.css

if 900px isn't enough increase in 50px intervals until the column will no long wrap itself under other content
you can test this from any computer by just manually narrowing your browser from the left or right
eventually the bottom scroll bar will pop up and you can see if the column is still where it's suppose to be

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...