Please help, how do I align all of the content on my website to the center?

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

  1. Go to your admin page and go to Online store > live theme in use > Edit code
![view - 2023-11-22T101757.324.png|1556x572](upload://eIiWD8IS3ZmGIf5k3m3t9OXVFoc.png)
  1. Find the theme.liquid file and add the following code:
<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>


Result:


Hope it helps @Ivyanddaisy