How can I align the 'Contact Us' page to the left side?

Hi Team,

This is my new website and I have added Contact us page in the homepage, this is center aligment and I want it to be left aligment, how to do it. please help me.

https://591b50-3.myshopify.com/

How to make Contact us to left alignment.

Thank you

Hey @Vbhanumurali

Your website is password protected, please share the password as well.

Best Regards,

Moeed

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Hi,

Here is the password: stethi

Thank you

Hi @Vbhanumurali

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.page-width.page-width--narrow.section-template--20501627306275__7119ef1a-c75d-4416-b25a-432e34fa981e-padding {
    width: var(--page-width) !important;
    padding: 0 5rem;
}

Thank you so much for the support.

Please, Like and accept Solution to the post tha helped you. Thanks!

Hello Sir,

Added the above code but still the same, can you please look into it. thank you.