Skip to content

How to align the footer to the center? #257

Answered by alshedivat
gautamigolani asked this question in Q&A
Discussion options

You must be logged in to vote

Good question! Try adding text-align: center to the div inside footer.sticky-bottom, like this:

footer.sticky-bottom div {
  text-align: center;
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gautamigolani
Comment options

@masoudr
Comment options

@rajanguluri
Comment options

Answer selected by gautamigolani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants