Home › Forums › Support › Footer widget area different width to main container This topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 13, 2018 at 1:32 pm #755922 Michael 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? December 13, 2018 at 3:38 pm #756013 LeoStaff Customer Support 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 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In