css - Bootstrap 3: Centering and pinning footers -
Here's the full code.
As you can see, there are three different sections in the footer:
- 4 columns of the link
- a
& Lt; Hour / & gt;- A copyright notice
- Link to Privacy Policy and Terms of Service
I want to: < Ul>
- Footer Center (as you can see, this loop is slightly a bit right now) and my attempt does not do anything through
center-block- As you can see, the footer is pushed directly under the jambotron, I want it to be a "sticky" footer, such as It is always pinned underneath the viewable screen, even if there is not much content on the page (for example, only one jambotron).
I have this viscosity to
position: absolute; The definition can be changed by adding the.footerrule to:.footer {color: rgb (176,205,249); Background: RGB (12,66,144); Border-top: solid 5px RGB (176,205,249); Status: Completed; Bottom: 0; Width: 100%; Height: 60px; }But when I do this, the foster exits the container and the browser shows horizontal scrollbar - not desirable. Any ideas how can I fulfill both of my goals?
Comments
Post a Comment