Dawn Theme - Contact Us Page Seems Messed Up

Hi all,

Cant figure out what I did to mess up my contact us page. The fields where you enter your name, email etc goes from one side of the page to the other. That makes it look strange and unprofessional. Any idea how I get it back to where it should be? Here is a link to my contact us page

https://www.pennsylvaniaparks.org/pages/contact-us

Thank You!

Justin

1 Like

Hi @Justin34

Seems like you add a code, and you used the selector that can work in all other section. Check this one then.

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:

.contact.page-width.page-width--narrow.section-template--15152219947077__form-padding {
    max-width: 1140px !important;
    margin: auto !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hello @Justin34 :waving_hand:

Have you just added this code?

Screenshot 2024-01-22 at 07.07.11.png

Try removing it and it should fix the issue.

Worked perfectly. Thank you :slightly_smiling_face:

1 Like