Hello,
Thanks for your Patience!
- Based on your Use Case, a Slider/Background Image is not required. Consider using the following code:
<div class="position-relative w-100" style="background-color: #06aef0;">
<img src="demos/covid-care/images/columbus-food-truck-festival-hero.jpg" alt="Image" class="d-block mx-auto" style="
width: 80%;
">
</div>
- Change the Image Class from
class="col-md-3 col-6" to class="col-md-3 col-sm-6". This will resolve the issue.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.