As the subject says, for some reason my account pages won’t use the same formatting as the rest of my site. I haven’t added any custom liquid or edited any CSS related to customer accounts, so I’m not sure why the formatting is getting all screwed up.
Any help would be appreciated - thanks! Site preview link.
Normal formatting:
Account page formatting:
1 Like
Hi @mossii_colin
You have a different settings for account page but can fix it with the code below.
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the base.css file
- At very end of the code, add the code below
body.gradient.account {
max-width: 100%;
padding: 0;
}
div#shopify-section-sections--17937876418846__header {
display: block;
}
1 Like
Thank you for the quick solution! This worked (plus a few additional adjustments, but you pointed me in the right direction).
Not sure if you have the answer to this, but is there a reason why the account page didn’t use my existing custom CSS?