I would like to add some padding on the left and right of both of these pages.
selfmademembers.com is the website
A store owner seeks to add left and right padding to their “About me” and “Contact me” pages on their Shopify site (selfmademembers.com).
A community member provides a solution:
<head> elementThe original poster confirms the solution worked by thanking the responder. The issue appears resolved with a straightforward CSS/code modification to adjust page margins.
I would like to add some padding on the left and right of both of these pages.
selfmademembers.com is the website
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after element
Thank you!!