i have the studio theme and I’ve created a page but the all text is in the centre of the page in a column. There’s too much padding on both sides of the page. Please can someone help me add a code to make the text start from the beginning of the page instead? thanks
Hello Ruby, you can use browser inspector to find that class, try to test your new padding dimension.
If you finish your first step, then go in your shopify code and implement your new padding dimension in CSS file and mark it as !important.
For example, you login in your Store → Theme → Edit Code → Search .css (and you will see a lot of files there → if you find base.css , styles.css you can go and add a new class at bottom of file.
You could try to remove page-width class or edit dimensions in inspector to see the difference first.