Can I add margin-top to sticky top
Is it possible to add margin to the top of a div with position: sticky? I want some white space on the top of the page when the row is sticky.
I'm also using Bootstrap5 for styling


3 Replies
add an inline style where you modify the top property or you can add custom class with that styling 🙂
thx
thx