newpersn Posted March 19, 2019 Posted March 19, 2019 I'm trying to fix an issue with the footer. (Please see attached) Does anyone know how to make the footer appear in the middle? Thanks
Marci Posted March 19, 2019 Posted March 19, 2019 Not without seeing the source code and style sheets for the footer... or at the least a hint of what specific theme you're working with.
newpersn Posted March 19, 2019 Author Posted March 19, 2019 Not without seeing the source code and style sheets for the footer... or at the least a hint of what specific theme you're working with. Aardvark if that helps....
Marci Posted March 19, 2019 Posted March 19, 2019 (edited) Footer is centered by default in Aardvark as it's a full-width responsive layout... issue looks like the page or footer container is too small (narrow), so it thinks the page width is from left hand edge of screen to the right hand edge of "College Website", rather than the full width of the browser's viewport - which means the way it is at the moment _IS_ centered based on the width that the footer thinks it is (black box outline in image below). First place to look - the default css for .container-fluid has possibly been overwritten (max-width attribute changed), or a CSS class has been removed from the container div in the template source, or footer in the css no longer has display:block assigned and has been given a hard-coded width, or .row-fluid has had it's default 100% width reduced... or everything's been moved into the first "span4" div of the footer template... (for instance) Edited March 19, 2019 by Marci
newpersn Posted March 20, 2019 Author Posted March 20, 2019 Footer is centered by default in Aardvark as it's a full-width responsive layout... issue looks like the page or footer container is too small (narrow), so it thinks the page width is from left hand edge of screen to the right hand edge of "College Website", rather than the full width of the browser's viewport - which means the way it is at the moment _IS_ centered based on the width that the footer thinks it is (black box outline in image below). [ATTACH=CONFIG]52687[/ATTACH] First place to look - the default css for .container-fluid has possibly been overwritten (max-width attribute changed), or a CSS class has been removed from the container div in the template source, or footer in the css no longer has display:block assigned and has been given a hard-coded width, or .row-fluid has had it's default 100% width reduced... or everything's been moved into the first "span4" div of the footer template... (for instance) Would it help you if i sent you the folder? Thanks
newpersn Posted March 20, 2019 Author Posted March 20, 2019 Scrap that. I reinstalled the theme. I did compare the footer.php but couldn't see where the error was.
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