So I can’t figure out how to center the entire site. Also on Safari, it wiggles left and right when I scroll. I can’t seem to fix that either. My newsletter sign up at the footer is also way past the side. Can anyone figure out how to fix these things? We had someone custom code some stuff years ago and we aren’t trying to undo most of that stuff. Thank you!
Our site is…
https://www.frankie-dean.com
Hi @FrankieDean ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file style.css.
Step 3. Add this code at the end of the file
.footer-new.container {
max-width: fit-content
}
If it helps you, please like and mark it as the solution.
Best Regards
Hi @FrankieDean
- Go to Online Store → Theme → Edit code.
- Find the file assets/styles.css and paste the code below at the bottom of the file.
.footer-new.container {
max-width: fit-content
}