closeupman Posted April 10, 2013 Share Posted April 10, 2013 (edited) Hi. I was trying to make my title block's all rounded, everything was fine, but then all of a sudden I've 'broke' my site. I tried inspecting inside of chrome and it seems like my title blocks get a big width, I don't know what's happening. This happened after modifying my block content css file. I commented out my change, but it's still broke. Any advice? http://sitinuriatistudio.com Thanks, David Edited April 10, 2013 by closeupman (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2013 Share Posted April 10, 2013 On 4/10/2013 at 3:37 PM, closeupman said: Hi. I was trying to make my title block's all rounded, everything was fine, but then all of a sudden I've 'broke' my site. I tried inspecting inside of chrome and it seems like my title blocks get a big width, I don't know what's happening. This happened after modifying my block content css file. I commented out my change, but it's still broke. Any advice? http://sitinuriatistudio.com Thanks, David you probably removed grid css from header, can you check it? 1 Link to comment Share on other sites More sharing options...
totalfs Posted April 10, 2013 Share Posted April 10, 2013 make sure you have ";" at the end of every line so the lines are closed. If you have been fiddling with tpl make sure all <div> are closed </div> 1 Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2013 Share Posted April 10, 2013 I am 100% convinced that this is a matter of lack of grid css 1 Link to comment Share on other sites More sharing options...
closeupman Posted April 10, 2013 Author Share Posted April 10, 2013 @Vekia: I didn't touch header.tpl if that's what you're talking about. I only played with css files. I did touch one tpl file, product.tpl but just to replace l s="Data Sheet" with "Specs" and my site was working fine after that. @Totalfs: I always put ; , but I'll check again. Link to comment Share on other sites More sharing options...
closeupman Posted April 10, 2013 Author Share Posted April 10, 2013 @Vekia: can you be a little more specific on where/what I need to do? i'm a computer guy....but newbie w/prestahop Link to comment Share on other sites More sharing options...
Paulito Posted April 10, 2013 Share Posted April 10, 2013 Hi again David, I can't see whats broken, only that your facebook module is too large I am using chrome Paul 1 Link to comment Share on other sites More sharing options...
closeupman Posted April 10, 2013 Author Share Posted April 10, 2013 thanks Vekia.....it wasn't grid...I just notice I had some text I was searching for before using ctrl+f at the beginning of the global.css: tit/* ################################################################################################## PRESTASHOP CSS ################################################################################################## */ I deleted that and it's fine now. Thanks again for all your help. Hehe, Hi again Paul, yeah, I just fixed it, but thanks for your quick reply. I'm going to start another thread on a formatting question, so keep an eye out Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2013 Share Posted April 10, 2013 it was grid issue right after that you've got: @import url("grid_prestashop.css"); so this file did not load correctly :-) 1 Link to comment Share on other sites More sharing options...
Recommended Posts