Adjust/Limit entire website maximum width on "King" theme

Topic summary

A user seeks to limit their entire website’s maximum width to 1920px using the King theme.

Proposed Solution:

  • Navigate to Shopify admin > Online Store > Edit Code
  • Locate the theme.liquid file
  • Add custom CSS above the </head> tag:
.page-width, .container {
  max-width: 1920px !important;
}

Current Status:
The original poster reports being unable to find the </head> tag when searching. A support representative requests the website URL to provide a more specific solution, but the user expresses privacy concerns about sharing publicly. The discussion remains unresolved, with the support team suggesting private messaging as an alternative.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hello,

I’ve tried with no luck to adjust the width of my entire site using the “King” theme. Id like to limit to 1920px. Any help is appreciated., Thank you!

Hi @RichF

I hope you are well. You can follow our instructions below:1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for “theme.liquid” file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for tag and add the following code above tag: https://prnt.sc/KWtKYyZkDtYJ

Here is the code for Step 3:

{% style %}

.page-width, .container{
max-width: 1920px !important;
}

{% endstyle %}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Hello thank you for the reply. The search brings up nothing :disappointed_face:

Hi @RichF
Please share your website link
I will give you specific solution
Include password if your store has one
If possible, attach desired image

Hey there, im not sure if I feel comfortable with that over a public platform. Is there anyway for you to take a look at some of the liquid or css from my theme to see where I would plug in such code?

Can you send me the website link, send message for me