Archived topic
Change main container width to percentage not pixels
3 replies · Started by Tully on June 12, 2019
Viewing posts 1–4 of 4
Hi there,
Just wanting to change the main container size using percentage not pixel. I have tried the following css that Tom recommended in a previous thread:
body.grid-container {
max-width: 90%;
}
But not working.
Thanks
Hi there,
Try adding a space:
body .grid-container {
max-width: 90%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Perfect thanks!
No problem :)
This archived topic is closed to new replies.