Archived topic
Tablet Footer Padding
3 replies · Started by Austin on July 9, 2021
Viewing posts 1–4 of 4
Hi,
I have adjusted the Footer Widget Padding Area via the customizer for desktop and mobile. However, the tablet view inherits the desktop settings. Is it possible to adjust the left and right padding for tablet view on its own? Thanks
website: orprops.com
Hi Austin,
CSS is required currently:
@media (min-width: 769px) and (max-width: 1024px) {
.footer-widgets .footer-widgets-container {
padding-top: 40px;
padding-right: 5px;
padding-bottom: 40px;
padding-left: 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Got it. Thanks Leo
No problem :)
This archived topic is closed to new replies.