cutecat Posted August 6, 2013 Share Posted August 6, 2013 Hi all, where can i change the width for the product comments module? I took a look at the module folder, but I am unable to find anything that is related to width. Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 you're using default prestashop theme with default product comments module? it is possible to check your webiste? if so. please share the url Link to comment Share on other sites More sharing options...
cutecat Posted August 6, 2013 Author Share Posted August 6, 2013 Singapore Online Shopping here is the link. I am not using default theme Link to comment Share on other sites More sharing options...
vekia Posted August 6, 2013 Share Posted August 6, 2013 two possible solutions 1 file:http://lovelyinnstor.../css/alysum.css #fancybox-content { width: 450px !important; height: auto !important; } you can change the width of the fancybox (increase width param to 550px) 2 you can change the width (decrease value of it) in the .css #new_comment_form input { padding: 0 5px; height: 28px; width: 540px; border: 1px solid #ccc; background: #fff; } #new_comment_form textarea { padding: 0 5px; height: 80px; width: 540px; border: 1px solid #ccc; background: #fff; } i don't know in which files because you use CCC (and css files are minified to one) Link to comment Share on other sites More sharing options...
cutecat Posted August 6, 2013 Author Share Posted August 6, 2013 thanks a lot! by the way, is it possible to put the rating to a default of 5 stars instead of 3 stars? Link to comment Share on other sites More sharing options...
Recommended Posts