CLance Posted January 9, 2014 Share Posted January 9, 2014 (edited) Please help me. I want to increase the width of div (contains product name, short description, disk space, color, reference etc.) to grid_6: 646px. So that the whole section become wider to cover the empty space on right hand side. But I am not sure which section is involve in this modification. theme->default->css->product.css? theme->default->css->global.css? Please help me by providing the code example (I am slow learner), Thank you very much~~~ My page : Here Edited January 15, 2014 by Lance Chan (see edit history) Link to comment Share on other sites More sharing options...
shailendra Posted January 9, 2014 Share Posted January 9, 2014 (edited) Please help me. I want to increase the width of div (contains product name, short description, disk space, color, reference etc.) to grid_6: 646px. So that the whole section become wider to cover the empty space on right hand side. But I am not sure which section is involve in this modification. theme->default->css->product.css? theme->default->css->global.css? Please help me by providing the code example (I am slow learner), Thank you very much~~~ My page : Here Hi, you will need to make two changes in two different files http://eviewtrading.com/denmall/themes/default/css/grid_prestashop.css on line no. 47 change .container_9 .grid_5{width:100%} http://eviewtrading.com/denmall/themes/default/css/product.css line no 136 change in #pb-left-column-> width:your-desired-width Edited January 9, 2014 by shailendra (see edit history) 1 Link to comment Share on other sites More sharing options...
CLance Posted January 10, 2014 Author Share Posted January 10, 2014 (edited) Thank you, Shailendra. It's work! By the way, How should I change as I want to increase the width of the color's "attribute list" and "color_to_pick_list" as well? it's look too short~ Edited January 10, 2014 by Lance Chan (see edit history) Link to comment Share on other sites More sharing options...
shailendra Posted January 10, 2014 Share Posted January 10, 2014 Thank you, Shailendra. It's work! By the way, How should I change as I want to increase the width of the color's "attribute list" and "color_to_pick_list" as well? it's look too short~ you can change width of div in file themes/default/css/product.css line no 211. Link to comment Share on other sites More sharing options...
CLance Posted January 13, 2014 Author Share Posted January 13, 2014 (edited) Anyway, i decided to back to original width for product page. I changed http://eviewtrading....es/default/css/grid_prestashop.css on line no. 47 change .container_9 .grid_5{width:535px;} http://eviewtrading....es/default/css/product.css line no 136 change in #pb-left-column-> width:255px; however, it does not change to original size. Can you tell me why? Webpage: http://eviewtrading.com/denmall/music-ipods/1-ipod-nano.html I know why... i delete cookies and history in my pc, then rebrowse, everything show as editted. Edited January 13, 2014 by Lance Chan (see edit history) Link to comment Share on other sites More sharing options...
shailendra Posted January 13, 2014 Share Posted January 13, 2014 (edited) Anyway, i decided to back to original width for product page. I changed http://eviewtrading....es/default/css/grid_prestashop.css on line no. 47 change .container_9 .grid_5{width:535px;} http://eviewtrading....es/default/css/product.css line no 136 change in #pb-left-column-> width:255px; however, it does not change to original size. Can you tell me why? Webpage: http://eviewtrading.com/denmall/music-ipods/1-ipod-nano.html I know why... i delete cookies and history in my pc, then rebrowse, everything show as editted. your product page is showing blank screen. Edited January 13, 2014 by shailendra (see edit history) Link to comment Share on other sites More sharing options...
shailendra Posted January 13, 2014 Share Posted January 13, 2014 May be due to the cache file root/cache/class_index.php you are getting the previous result. So delete this file firstly then check the results. Thanks Link to comment Share on other sites More sharing options...
CLance Posted January 13, 2014 Author Share Posted January 13, 2014 Thank you very much, Shailendra. I know that is cache problem. Link to comment Share on other sites More sharing options...
shailendra Posted January 13, 2014 Share Posted January 13, 2014 Please mark this topic as solved. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts