michimochi
04-24-2021
02:11 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 REPLY 1
Adam7

04-26-2021
10:44 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report