Archived topic
Footer Padding on Mobile issue?
3 replies · Started by Mark on July 12, 2017
Hi Tom,
Still smashing out website with GeneratePress! again Thank You!
Having a issue with the theme after updating to latest version.
Check out http://www.bushirecork.ie and re-size your browser to mobile size. Scroll to the bottom and the padding within the footer doesnt change like the rest of the site.
Any ideas?
Thanks
Mark
Ah yea, the footer needs some mobile spacing options.
For now, give this a shot:
@media (max-width: 768px) {
.footer-widgets {
padding: 30px;
}
}
Cheers Tom,
That worked fine.
Thanks
Mark
Awesome :)