Jump to content

Recommended Posts

Posted
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.
Posted
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....

Posted (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).

 

Footer Problems.png

 

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 by Marci
Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...