Foundation 5 theme shows as single column in windows XP
Permalink
I have just downloaded and installed Foundation5 theme for my concrete5 project. I'm new to Concrete5, but very excited to have found this CMS. I'm using windows 7 to do my site work and editing, but in checking my site through other browsers and OS I see that it shows up only in a single column in windows XP across all my pages no matter what page type I have chosen. Has anyone else run into this issue? Is there something I need to do to fix this?
hanks for the quick reply, I have it up and running in latest version of Firefox and Chrome and am getting the same results, so I don't think it is just an outdated browser issue.
It's a responsive theme. Do you have the windows reduced in width? perhaps a screenshot is in order.
Hello, can you please check screen width ?
If it's 800x600, foundation in default would use 'medium' breakpoint.
If it's 800x600, foundation in default would use 'medium' breakpoint.
Thanks for this info, as soon as I reduced screen size from 100 to 90 it started to work correctly. I'm very new to responsive themes, is this a normal problem for responsive themes? I have another project I'm working on with Foundation (free version) and am not having any issues.
Thanks Again for the quick reply
Pat
Thanks Again for the quick reply
Pat
It's not a bug, it's a feature ;)
basicly, using css you can create breakpoints (media queries), which decides how your website is displayed, based on screen resolution.
default foundation5 breakpoints are:
0-640
641 - 1024
1025++
so in your case, i think screen width was between 641 and 1024
depending on your requirements you can change them however you like.
if you have futher questions, feel free to ask
basicly, using css you can create breakpoints (media queries), which decides how your website is displayed, based on screen resolution.
default foundation5 breakpoints are:
0-640
641 - 1024
1025++
so in your case, i think screen width was between 641 and 1024
depending on your requirements you can change them however you like.
if you have futher questions, feel free to ask
Thank You for the info, I'm new to Concrete5 and have not run across this issue with my Word Press or Joomla projects yet and really appreciate the quick reply and the helpful info here
Probably an outdated browser. Foundation 5 is built on HTML5 and CSS3 which is not supported on dusty old browsers. I don't even know if IE8 will give you good results.
They should probably list the browsers that the theme supports, and I don't think that they do.