Hello,
My website is: https://ivyanddaisymerch.com/
How do I center all of the content on my site? It is all skewed to the right, I want it to be neatly organized in the center.
Im using the Dawn theme.
Thanks!
A Shopify store owner using the Dawn theme is experiencing alignment issues where all website content appears skewed to the right instead of centered.
Problem:
Solution Provided:
A respondent offered CSS-based fix involving:
Technical Details:
Hello,
My website is: https://ivyanddaisymerch.com/
How do I center all of the content on my site? It is all skewed to the right, I want it to be neatly organized in the center.
Im using the Dawn theme.
Thanks!
Hi @Ivyanddaisy ,
Please follow these steps
<style>
#Slide-template--16108149539008__featured_collection-1 {
margin-left: 20px !important;
}
#shopify-section-template--16108149539008__featured_collection > div > div > div > h2 {
text-align: center !important;
padding: 20px !important;
}
</style>