kenkomuri Posted November 23, 2013 Share Posted November 23, 2013 (edited) Hi, I would like to know how to increase the width size of my webpage. I think there is no well used space because there are blank spaces in the left and right side. I am interested on increase the size and also the center column to set a higher number of featured products because right now only accepts 4 on each row and I woul like to increase to 5. Attached is the image of my website home page. The url is www.kenkomuri.com and prestashop version 1.5.0.17. I have modified the global.ccs and it did not work because the products and right column is moved to the end of the page. I put an arrow on the blank spaces I would like to reduce (left and right) and the center area I would like increase the size. Edited November 23, 2013 by kenkomuri (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 23, 2013 Share Posted November 23, 2013 prestashop default theme in 1.5.x is based on "grid system" take a look here: http://kenkomuri.com/themes/default/css/grid_prestashop.css you can define width of grids Link to comment Share on other sites More sharing options...
kenkomuri Posted November 24, 2013 Author Share Posted November 24, 2013 prestashop default theme in 1.5.x is based on "grid system" take a look here: http://kenkomuri.com/themes/default/css/grid_prestashop.css you can define width of grids Thanks Vekia, you always very kind. What should I modify to increase the page size deleting the blank areas on both sides and increase the size of the center column? I have modify many times but the right column moves to the bottom and the center column is not increased. Link to comment Share on other sites More sharing options...
vekia Posted November 25, 2013 Share Posted November 25, 2013 instead of width in pixels for .grid_9 grid_7 etc. use width in percentages (for example instead of 980px use 100%) Link to comment Share on other sites More sharing options...
Recommended Posts