balburl Posted March 15, 2015 Share Posted March 15, 2015 Hi All, I am using version 1.6.0.13 and would like to change the header and footer a bit. Here is a screen shot of what I want to do. I want to do the same for the footer. I'm not sure which code to modify and how! Thanks for any assistance, Brenda Link to comment Share on other sites More sharing options...
mickeyboy1 Posted March 15, 2015 Share Posted March 15, 2015 (edited) Looks like you will have to change the width of the header-container and the footer-container to match the width of the center columns of your site Try adding........ width: 1170px; margin-left: 47px; to both of the header-container and footer containers which you should find in global.css You may also need to apply a margin to .footer-container #footer .row Something like....... margin-left: 15px: To get the footer text away from the left edge you can adjust these figures to match exactly how you want them. check other pages once you have made these changes to be sure it is how you want it Edited March 15, 2015 by mickeyboy1 (see edit history) 1 Link to comment Share on other sites More sharing options...
balburl Posted March 15, 2015 Author Share Posted March 15, 2015 Thank you, Mickeyboy1! That worked perfectly...as long as my screen is full screen, and I am using Chrome. However...when I decrease the screen size, the header and footer are shifted to the left and when I tested in IE and Firefox they were the same way on both full screen and decreased screen size. Is there a way to make them "stick" (for lack of a better word!) with the body? Thank you! 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