Hi I have a Jumbotron at a max-width of 768px however when I change
the viewport to an even smaller width it adds padding and shows the gray
area. How can I prevent from showing the padding? even if I remove the padding
it still shows. LINK
That’s where the edge of you background image runs out.
Add background-size: cover
to .call-toact-small
to make the image fill its container.
1 Like
oh yeah I forgot about that thanks!
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.