How to align the footer to the center? #257
Answered
by
alshedivat
gautamigolani
asked this question in
Q&A
-
Thanks for the great theme! I am trying to align the footer in my webpage to the center but have not succeeded in doing so as in the picture below. I have tried inserting 'text-align: center' under footer.sticky-bottom in _base.scss but it does not work and I am not sure if this is the correct method. Could you please advise on this. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
alshedivat
May 1, 2021
Replies: 1 comment 3 replies
-
Good question! Try adding footer.sticky-bottom div {
text-align: center;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gautamigolani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question! Try adding
text-align: center
to the div insidefooter.sticky-bottom
, like this: