x

Need help reducing footer padding size on mobile

How do I reduce padding size of footer on mobile site?

I was able to reduce the footer padding on my desktop site by editing numbers to zero:

}

.wsite-footer {
padding-top: 0;
padding-bottom: 0;
}

HOWEVER, I need help because the space is still huge on mobile. How do I make my change transfer to mobile site? 

491 Views
Message 1 of 2
Report
1 REPLY 1
Square

Welcome to the Community, @michimochi

Are you familiar with using Chrome's developer tools? You can use that to make Chrome view your site like you would on a mobile device. After opening developer tools, click on the little desktop/mobile icon on the top left. That should change the display of the site. After that you can look through the HTML to find the classes you need from the mobile site.

477 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.