Hello,
Thank You so much for the Kind Words! :)
- The Background Image is resized according to the size of the available area for the best fit. You may consider using a different background-position for responsive devices based on your Image requirements as it may work best in this case. Example:
.device-sm #slider { background-position: right; }
.device-xs #slider { background-position: right; }
This will definitely work fine. The Responsive Classes are as follows:
.device-xl – Class for Large Devices >=1200px
.device-lg – Class for Medium Devices >=992px to 1199px
.device-md – Class for Tablets
.device-sm – Class for Landscape Mobiles or Phablets.
.device-xs – Class for Portrait Mobiles
- The Entire Layout for this is incorrect. We Apologize for the Inconveniences, however, we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to manually code Custom Layouts or Hire a Freelancer to help you out.
You can consider using this code:
<div class="row grid-container justify-content-center text-center gutter-50 col-mb-50 mt-3">
<div class="col-md-6">
<div class="grid-inner">
<a class="d-inline-block" href="images/zertifikat_scc.jpg" data-lightbox="image">
<img src="images/zertifikat_scc_800px.jpg" alt="Single Image">
<div class="bg-overlay">
<div class="bg-overlay-content dark">
<i class="icon-line-plus h4 mb-0" data-hover-animate="fadeIn"></i>
</div>
<div class="bg-overlay-bg dark" data-hover-animate="fadeIn"></div>
</div>
</a>
</div>
</div>
<div class="col-md-6">
<div class="grid-inner">
<a class="d-inline-block" href="images/zertifikat_scc.jpg" data-lightbox="image">
<img src="images/zertifikat_scc.jpg" alt="Single Image">
<div class="bg-overlay">
<div class="bg-overlay-content dark">
<i class="icon-line-plus h4 mb-0" data-hover-animate="fadeIn"></i>
</div>
<div class="bg-overlay-bg dark" data-hover-animate="fadeIn"></div>
</div>
</a>
</div>
</div>
<div class="col-md-6">
<div class="grid-inner">
<a class="d-inline-block" href="images/zertifikat_scc.jpg" data-lightbox="image">
<img src="images/zertifikat_scc.jpg" alt="Single Image">
<div class="bg-overlay">
<div class="bg-overlay-content dark">
<i class="icon-line-plus h4 mb-0" data-hover-animate="fadeIn"></i>
</div>
<div class="bg-overlay-bg dark" data-hover-animate="fadeIn"></div>
</div>
</a>
</div>
</div>
<div class="col-md-6">
<div class="grid-inner">
<a class="d-inline-block" href="images/zertifikat_scc.jpg" data-lightbox="image">
<img src="images/zertifikat_scc.jpg" alt="Single Image">
<div class="bg-overlay">
<div class="bg-overlay-content dark">
<i class="icon-line-plus h4 mb-0" data-hover-animate="fadeIn"></i>
</div>
<div class="bg-overlay-bg dark" data-hover-animate="fadeIn"></div>
</div>
</a>
</div>
</div>
</div>
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.