rhinocad Posted March 31, 2012 Share Posted March 31, 2012 Hi, I have been trying to set up a site using V1.4 See http://www.rhinocad.co.uk/prestashop/ The footer has moved accross to the left but it appears centrally in all other pages. Can I correct the page at http://www.rhinocad.co.uk/prestashop/ to match the others? I am attaching the global.css file - if that's the one you need to see. Thanks Bill global.css site.html Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 31, 2012 Share Posted March 31, 2012 Just add margin: 0 auto to #footer (line 728) Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
rhinocad Posted April 1, 2012 Author Share Posted April 1, 2012 Thanks Marty for looking at this. I tried it but It's still putting the footer in the wrong place on the home page. Bill Link to comment Share on other sites More sharing options...
rhinocad Posted April 1, 2012 Author Share Posted April 1, 2012 I think I have discovered the cause of this problem, but I don't know how to correct it. Using 'inspect element' within firefox browser, I discover that on the homepage, the footer division is outside the page division. In all other pages the footer division is inside the page division. The trouble is, I don't know which file to edit to put this right. Thanks for any help. Bill Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted April 1, 2012 Share Posted April 1, 2012 Hi Bill, Once you added the code did you force compile and turn off cache? Marty Shue Link to comment Share on other sites More sharing options...
rhinocad Posted April 1, 2012 Author Share Posted April 1, 2012 Hi Marty, Yes I did. It made no difference. I have extracted the source code from the active home page when it is live in Firefox. I have saved this code as site.html an added it to my original post. If the >div> entries on lines 388 and 389 are removed, the result looks how I want. The trouble is I cannot find the appropriate html or php file to amend in this way. Any Ideas? Bill Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted April 2, 2012 Share Posted April 2, 2012 I'm curious if you added the code in the correct place. I have yet to see margin: 0 auto; in the #footer div. At this point I don't have any other suggestions. Marty Shue Link to comment Share on other sites More sharing options...
rhinocad Posted April 2, 2012 Author Share Posted April 2, 2012 Hi Marty, The code was put exactly where you said. I got so sick of messing around with this that I changed the code back as it was. I did however delete to footer width. There is still a difference between the home and other page footers but I have decided to live with it. Thanks for your help. Bill Link to comment Share on other sites More sharing options...
rjackson Posted November 30, 2013 Share Posted November 30, 2013 (edited) It might be too late for an answer, but i will leave it anyway, someone might find it useful. I had the same problem, very frustrating, <div id="footer"> was outside the page division. In my case, it turns out that one of my modules (GoodRelations) was the culprit. Somehow, this module messed up the divisions, I don't have time to investigate, just disabled the module and the footer looks as it should again. If you have GoodRelations module just disable it and check your pages. If no, check the other modules. Make a local copy of the site and test it (that's what I did ). Don't forget to backup everything first! I'm using PS 1.4.9.0. Edited December 1, 2013 by rjackson (see edit history) 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