Hello,
This is due to the following lines of code in the css/custom.css File:
#copyrights {
background-color: transparent;
margin-top:-100px;
}
You might need to define a different margin-top Value in different Media Queries.
Example:
.device-xs #copyrights {
margin-top:-130px;
}
Make sure that you add the .custom-hero-bg Class to the Hero Section. 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
You can add these Custom CSS codes in the css/custom.css File.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.