Vire Posted May 3, 2014 Share Posted May 3, 2014 Hello there prestashop gurus, the customization stage of our website (http://gamelivery.com/ is nearly finished in terms of designing. Finally we need to do some changes to the container css thing. The first thing is, to fill the spaces between nav and content container and between content and footer container. The secound thing is to delete the container under the footer box. We thank you for every help! Best regards! Link to comment Share on other sites More sharing options...
dioniz Posted May 3, 2014 Share Posted May 3, 2014 You have CCC turned on so it's hard to say which css file this is in,but you have: #columns { padding-bottom: 50px; ... ... } set padding bottom to 0 or whatever suits you for top space For bottom space fix bottom code .footer-container .container { padding-bottom: 100px; } They are probably in global.css Link to comment Share on other sites More sharing options...
Vire Posted May 3, 2014 Author Share Posted May 3, 2014 (edited) Okay, i belive working in global.css isnt the best idea. Destroyed my website totaly. Just changed the #columns { padding-bottom: 50px; ... ... } in 15px and safed it, uploaded the new one and it looks basicly like a mix with no global.css and a destroyed global.css. No idea what happened but just in case i choosed the wrong i went in /themes/default-bootstrap/css and took the global.css from there. But anyways, thanks for the footer fix. Edited May 3, 2014 by Vire (see edit history) Link to comment Share on other sites More sharing options...
Vire Posted May 4, 2014 Author Share Posted May 4, 2014 # fixed it. Link to comment Share on other sites More sharing options...
Recommended Posts