Responsiveness query
Hey,
How would you structure this box at the bottom of the hero?
currently made it absolute and translate: 50%.
this is not working out for other hero sections as content is increasing and decreasing.
it's overflowing to the bottom.
How should i solve this?
https://i10s.webflow.io/digital-technology-platform
4 Replies
your
.section-hero
already has a position relative, so you could give the
there are other ways, but this doesnt need a lot changesTried this, when the padding of the second section is less, the box is overflowing into the next section as it's absolute.
This is hero section for all the pages(like 40+), to fix it I'm adjusting padding bottom for . section-hero individually.
Any other approach when I can do it once and it'll be good to use in all the places?
yea, use grid
bit hard to test with the live site, but it should work.
Here a quick demo: https://codepen.io/MarkBoots/pen/gOyWJRw
Damnn, got it.
Thank you so much, you are the best.