Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #555399

    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.

    #555413

    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.

    #555416

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing Maximum Container width has no effect’ is closed to new replies.