-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full width footer no longer responsive? #109
Comments
Do you have the footer in a container-fluid and then are you placing row-fluid inside the container? |
I thought that would have did it, but it didn't keep the content in the 940px container.
Notice anything wrong with my footer code? |
You need a parent container that holds everything. If you are using 940px as your width for your content you can write the css rule two ways: .parent-container { or .parent-container { |
Thank you very much for the help! That did it. |
Hi there,
When I modified the theme to use a full-width footer, I noticed that content I put in the footer would no longer move/scale to the other browser sizes. Any idea how I can remedy this?
The text was updated successfully, but these errors were encountered: