Skip to content

Website footers are aligned by the top line, not bottom line #10833

Answered by kv9898
kv9898 asked this question in Q&A
Discussion options

You must be logged in to vote

For those who are interested, I solved this issue by adding the following code to the custom scss:

.nav-footer {     //Dianyi: align the footers to the bottom
  align-items: flex-end; 
}

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@cscheid
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kv9898
Comment options

You must be logged in to vote
7 replies
@cscheid
Comment options

@kv9898
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@cscheid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants
Converted from issue

This discussion was converted from issue #10832 on September 18, 2024 05:57.