No padding on "About me" & "Contact me" pages

Topic summary

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:

  • Navigate to Online store > Themes > Edit code
  • Open the theme.liquid file
  • Add specific code after the <head> element

The original poster confirms the solution worked by thanking the responder. The issue appears resolved with a straightforward CSS/code modification to adjust page margins.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

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!!