Hi,
Can you tell how to change the width of our page. Using the Avia layout builder makes our side very narrow on bigger screens. However when using the grid row, it goes all the way to the edge. How do I manage to get something in between?
Thanks
Ditte
Hey dittejoe,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .container {
max-width: 80vw;
}
If you need further assistance please let us know.
Best regards,
Victoria