How do I increase the width of main #107
-
I'm trying to increase the width of the site (in general) but I can't seem to find the right place to do it. What I've tried so far:
I've run out of places to look. It appears to me that there is something limiting all content (except the footer?) to Any suggestions? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
tHeCh0s3n0n3
Aug 13, 2023
Replies: 1 comment
-
Doing a search and replace of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tHeCh0s3n0n3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing a search and replace of
max-w-3xl
tomax-w-5xl
seems to have done the trick. There were more instances than I expected.