Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Fix Contact page and make it normal size

Solved

Fix Contact page and make it normal size

RasmusUG
Excursionist
41 0 9

Hello,

Could anyone help me making my Contact form normal size again? So it is center in the middle.

Link: https://vsai.store/pages/contact

PW: ponyplaySkærmbillede 2024-11-27 kl. 10.16.10.png

Accepted Solution (1)

Guleria
Shopify Partner
3664 736 1027

This is an accepted solution.

Hello @RasmusUG ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

section#shopify-section-template--23881464676677__contact_form_T8nFK8 {
    width: 70%;
    margin: 0 auto;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
10241 2036 2106

Hi @RasmusUG 

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings. 

 

#shopify-section-template--23881464676677__contact_form_T8nFK8 .page-width {
max-width: 76rem !important;
}

Screenshot 2024-11-27 at 16.26.34.png

 

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Guleria
Shopify Partner
3664 736 1027

This is an accepted solution.

Hello @RasmusUG ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

section#shopify-section-template--23881464676677__contact_form_T8nFK8 {
    width: 70%;
    margin: 0 auto;
}

 

If problem solved don't forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

 

Thanks

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL