Archived topic
Footer widget area different width to main container
1 reply · Started by Michael on December 13, 2018
Viewing posts 1–2 of 2
Hi,
For desktop users I want a different footer widget area width compared to the main container width.
i.e. main container width is 1200px, Footer width (4 widgets layout) to be 1380px.
Is there a setting for this or just easier to target the footer class or ID?
Hi there,
Try this CSS:
@media (min-width: 769px) {
body .footer-widgets-container.grid-container {
max-width: 1380px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
This archived topic is closed to new replies.