[email protected] Posted August 27, 2016 Share Posted August 27, 2016 Hi, I have recently been working on prestashop default template to customize it for my self. My prestashop version is "prestashop 1.6.1.6" and theme is "default-bootstrap" It all started when I was trying to change size of products pictures shown on homepage. I went to admin page and preferences>images and changed size of "home_default" images from 250px -if I remember correctly- to 400px. saved and regenerated thumbnails. Since pictures uploaded on default theme are 800px , I thought it will be enough but no change happened on forntend. Then I noticed that it is perhaps because product images are contained in a "product-image-container" (and of course all of website content/colums in some other "containers" etc..). So I need to make some changes in some files to make page container and image containers and ... to be changed to a wider size (or full width) Does anybody have any idea where to apply what changes? P.S. I do not mean full width image slider. I mean full website width which still remains responsive. (the website top banner which is shown full width all time is set as 1170px width) Link to comment Share on other sites More sharing options...
[email protected] Posted August 28, 2016 Author Share Posted August 28, 2016 I resolved the issue. For others, who might want to do the same I changed global.css .container {max-width: 1170px;} to .container { max-width: 98%;} 1 Link to comment Share on other sites More sharing options...
994830_1508427849 Posted March 17, 2020 Share Posted March 17, 2020 (edited) I not tried yet your solution to get the whole theme full width , but this is exactly what i want on PS 1.6.1.0 I gonna try. Thx. Edited March 17, 2020 by 994830_1508427849 miss words (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now