The second paragraph here doesn’t have much of a margin in mobile view (though looks fine in desktop). Any ideas how I can get it aligned with the paragraph above?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
It’s in my signature
sorry for that missing
yes please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-163214413166ab446d {
max-width: 1300px;
margin: 0px auto;
padding: 0px 20px;
}
