Responsive margin bottom value
-
Is it possible to set a margin bottom value based on a breakpoint?
At the moment, the margin bottom value I have set works for sizes above a viewport width of about 850px, but I want to make an adjustment to my footer, which will mean its height is greater at a medium size (rough tablet size) break point.
At that point, the sticky widget scrolls over the footer partially, because the margin bottom is smaller than the new taller footer.
Here’s the site: https://brainperformancereviews.com/
I’ve looked at using matchMedia to use javascript based on viewport with, but am not sure if it’s possible to hook my own js in somehow.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Responsive margin bottom value’ is closed to new replies.