soymanya2102 Posted September 17, 2014 Share Posted September 17, 2014 Hello all, I'm having a problem on my store, I'm new with prestashop but I have some php, html and css background, I'm not able to find the resolution, that's the reason why I'm asking for the community's help. I'm sure that it's some silly problem, but I can't see it. After modifying the footer of my store the Block Contact Infos is covering all the footer and leaves behind some of the links on the left side of the footer, that can't be clicked on. On the attached image you can find how is it showing on the code on the element inspector of my browser. I'm driving crazy searching for the problem in all the possible tpl files or css, but no luck. Web page is http://atrapando.com Thanks for your time! Link to comment Share on other sites More sharing options...
dioniz Posted September 17, 2014 Share Posted September 17, 2014 Your global.css is missing code for col-sm-4 which should be something like this: .col-sm-4{ width: 33.3333%; } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now