My blog pages are never full width. Either are my normal pages. I have to edit everything through the customiser section of the theme for each page. Is there custom CSS I can add to the theme to solve this?
Can you share the link to your website? Thanks!
Hello @GanderGander ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file or theme.scss.liquid file
Add this following code at the bottom of page
.container {
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
Save changes
Hope this can help. Let us know if you need any further support.
Ali Reviews team.


