Donald
KPCKevin Powell - Community
•Created by Donald on 12/2/2024 in #front-end
Lining a button up alongside text
Can anyone tell me how to get this button beside the word "you". I have tried Flexbox and margin. I have tried putting the button in its own div. I have tried placing the button in the same div, but it hangs lower than the word "you" and even with margin it will not move.
https://github.com/FantasticalEmbrace/docuseal-mobile-notary/tree/main
109 replies
KPCKevin Powell - Community
•Created by Donald on 12/29/2023 in #front-end
Side Scrolling Issue
I have fixed these issues before but this one has me stumped. As soon as I apply flexbox to the nav bar links and I resize to a certain point, the about link overflows to the right instead of resizing. I have tried the grid repeat auto-fit feature with grid-template-columns after I changed the nav>ul from flexbox to grid and everything I can think of and nothing is stopping it. I have not used media query because I feel there is a way to fix it without doing so.
All help is appreciated.
https://codepen.io/Donald-Rankin/pen/NWJqaVb
35 replies
KPCKevin Powell - Community
•Created by Donald on 12/28/2023 in #front-end
My sticky nav bar not sticking and out of position
I want the nav to be on top of the upper part of the background, yet I want it to be sticky as well. I tried moving the nav inside of the hero section, but that only allowed it to stick to the hero section, and then after scrolling past there, it disappeared. What is the most responsive solution to this. Thank you!
https://codepen.io/Donald-Rankin/pen/NWJqaVb
19 replies