How To Minimize Info In Contact Page

Solved

How To Minimize Info In Contact Page

MMast
Trailblazer
182 1 26

Thanks in advance!

I am looking to minimize the information in the contact form and be able to change the size of the information and be able to move it left/right to my liking if possible (only on pc). I believe a code in one of my folders has created this issue!

Screenshot 2024-06-23 144741.png

 

https://decemberschild.com/pages/contact

password: dc

Accepted Solution (1)

StevenDunneDev
Shopify Partner
60 14 13

This is an accepted solution.

Looks to me that at some point you've edited this part of the CSS. Perhaps for another page that uses the same classes.

.content-for-layout .page-width {
max-width: 100% !important;
}

If my answer has been helpful to you, please give it a like and accepted solution. I greatly appreciate it 🙂

If you'd like to hire me to solve bigger problems for you, please reach out. I'd love to hear from you

View solution in original post

Replies 2 (2)

StevenDunneDev
Shopify Partner
60 14 13

This is an accepted solution.

Looks to me that at some point you've edited this part of the CSS. Perhaps for another page that uses the same classes.

.content-for-layout .page-width {
max-width: 100% !important;
}

If my answer has been helpful to you, please give it a like and accepted solution. I greatly appreciate it 🙂

If you'd like to hire me to solve bigger problems for you, please reach out. I'd love to hear from you
MMast
Trailblazer
182 1 26

For anyone wondering, this works in base.css at the bottom of the folder.