Skip to content

Distance between website's name and "ABOUT, WORK, CONTACT" #16

Answered by kdevo
bluefander asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

The bottom-attached navbar (i.e. the way it's done now) is a crucial design element of the theme, so it would help to know what you are trying to achieve in particular.

You would need to adjust multiple lines:

  1. The navbar position is determined by absolutely positioning it from the bottom (you can use relative values there, too):

position: absolute;
z-index: 100;
bottom: 0;

  1. The rest of the body starts after 100% of the viewport height, and thus the navbar would need to be adjusted in accordance with it (so that it still looks "snap fitted"):

Replies: 1 comment 3 replies

Comment options

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

@kdevo
Comment options

kdevo Jun 7, 2021
Maintainer

@kdevo
Comment options

kdevo Jun 7, 2021
Maintainer

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