Emzo Posted August 31, 2013 Share Posted August 31, 2013 I'm using PS 1.5.4.1 with the default theme When you view my site on a split screen on Windows 7/8 and you scroll to see other content the background becomes white and you cannot see some of the content (as I have white text with a dark background). The footer also just becomes white and you cannot see all the content. Here is a picture of what it looks like: http://tinypic.com/r/2nv5ich/5 The top horizontal bar goes into two lines - probably something to do with it being 100% width however I would like it to at least have all of the links on one line - possibly need to put in a minimum width if that is possible? The link to my site is: http://www.fazex.co.uk/presta Link to comment Share on other sites More sharing options...
Dh42 Posted August 31, 2013 Share Posted August 31, 2013 My best guess is that it is a graphic card issue on your machine. It does not happen on mine. Link to comment Share on other sites More sharing options...
Emzo Posted August 31, 2013 Author Share Posted August 31, 2013 That's odd because I have tried it on both my windows 7 and 8 laptop (one of which is a week old) and it happens on all the browsers I have tested...It also does the same on my iPhone on the desktop site. It would be good to see if there is a way to fix it though for other people who have a crappy computer like mine Link to comment Share on other sites More sharing options...
razaro Posted August 31, 2013 Share Posted August 31, 2013 Default theme is not responsive so on smaller screens that can happen. Think default theme in 1.6 version will be, but you could media queries to change layout on smaller screens. There are also few free responsive themes on forum so you can edit them or purchase paid theme. But for white background you could try to add color beside image for background global.css line 8 html { color: #000; background: url(../img/main_bg.gif;) #050505; } Link to comment Share on other sites More sharing options...
Emzo Posted August 31, 2013 Author Share Posted August 31, 2013 Even though it is not responsive I thought it would be able to scroll to the left/right to see the other content rather than just cutting it off. Like the demo of Prestashop does, however I guess that is not using the default theme? The colour is a good start however the content of the footer cuts off which is not ideal. Is there anyway to fix this? Or would I need to use a totally different theme? Link to comment Share on other sites More sharing options...
razaro Posted August 31, 2013 Share Posted August 31, 2013 Well you not also using same default theme, you customize it a bit :-) But I think it is better to try new theme then to customize default if you want theme to be responsive. And also if you thinking of trying new them I recomend doing it on localhost or test server. Here are some from forum http://www.prestashop.com/forums/topic/244041-free-simple-responsive-theme-15x/ http://www.prestashop.com/forums/topic/211710-free-responsive-prestashop-15-theme-black-hawk/ also check http://www.leotheme.com/prestashop/themes.html?tag=free Link to comment Share on other sites More sharing options...
Emzo Posted August 31, 2013 Author Share Posted August 31, 2013 I don't want a responsive theme, I just want users to be able to see all the content on the website in a split screen mode/smaller window open. I've spent quite a while editing the default theme so I would really not want to change to another one. I don't mind using a background colour rather than an image, which sorts the issue of the content section. However it is just the header and footer really that is the issue. Link to comment Share on other sites More sharing options...
Recommended Posts