css - Bootstrap 3: Centering and pinning footers -


Here's the full code.

As you can see, there are three different sections in the footer:

  1. 4 columns of the link
  2. a & Lt; Hour / & gt;
  3. A copyright notice
  4. Link to Privacy Policy and Terms of Service

    I want to: < Ul>

  5. Footer Center (as you can see, this loop is slightly a bit right now) and my attempt does not do anything through center-block
  6. 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).
  7. I have this viscosity to position: absolute; The definition can be changed by adding the .footer rule 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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -