Tagged: enfold theme
Hi, I can see you have answered this several times but I cannot change the Maximum Container width, as in I change it but nothing happens.
You may not see a change if you are already at the maximum pixels that you set. If you are wanting to adjust the container the to browser, place percent as appose to pixels, you will see a change right away.
Changing to a percentage didn’t work but I saw that this css was governing the width.
.boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; }
.container{ max-width: 1010px; }
Bizarrely when I changed it in Quick CSS it didn’t work. So I edited it in grid.css and now it works!