Home › Forums › Support › Mobile only width change on container This topic has 3 replies, 2 voices, and was last updated 4 years ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 15, 2019 at 10:47 pm #840373 Robert I’m trying to figure what the CSS would be in order to have the container width for mobile, different than what’s set in the customizer. Ideally I need it to be about 280 px or 90% width – but only for mobile. I can’t seem to get it to apply right. Thanks for any help. 🙂 GP Premium 1.7.8 March 16, 2019 at 6:03 am #840534 DavidStaff Customer Support Hi there, you can try this: @media (max-width: 767px) { body .grid-container { max-width: 280px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 16, 2019 at 7:18 am #840726 Robert Thank you! That seems to be working. March 16, 2019 at 7:36 am #840740 DavidStaff Customer Support Glad to be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In