Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I was wondering how to reduce the top margin in the rich text section that says "Take the Ecogarby wherever you go......."
Website : www.ecogarby.com
Password: ccc
Thank you for your time
Solved! Go to the solution
This is an accepted solution.
sorry for issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.pxs-rich-text.pxs-rich-text-width-regular {
padding-top: 30px;
padding-bottom: 30px;
}
This is an accepted solution.
sorry for issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.pxs-rich-text.pxs-rich-text-width-regular {
padding-top: 30px;
padding-bottom: 30px;
}
Thank you very much!
its my pleasure to help us