How to reduce padding/show entire image on homepage (Debut theme/Shogun)

Hi,

I am having an issue where my entire home page image is not showing on the mobile view of my website. It is being cut off. I should add I created my homepage using Shogun and in the view on their site, it is completely visible but when I go to Shopify to view it is not.

This is how it looks on mobile view and below I will show the actual full image

Is there any way to reduce the padding or something to show the full image on the Shopify mobile site?

Thank you in advance!

Hello Dear,
Welcome to Shopify Community

Can you explain your problem as breafly.

hello @solitaire-nyc

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Go To your assets–> theme.css open this file

Paste This Code

.site-footer {
margin-top: -30px;
}