Shopify themes, liquid, logos, and UX
Who can help? I want to change the size of the contact form in Studio Theme
Just want to play around with different sizes until it fits with the overall design
I tried some CSS suggestions but they don't work with the Studio theme
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hi @ntlee,
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
.contact {
max-width: 1200px !important;
}
@media only screen and (max-width: 998px) {
.contact {
max-width: 600px !important;
}
}
Thanks
Hi @ntlee,
Could you please share your store url link?
Thanks
Hey @ntlee,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
1200px is desktop, 600px is mobile
<style>
.contact {
max-width: 1200px !important;
}
@media only screen and (max-width: 989px) {
.contact {
max-width: 600px !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thanks ThePrimeWeb, but I don't have the option to customize Liquid. I think it's because the free template doesn't allow it.
This is an accepted solution.
Hi @ntlee,
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
.contact {
max-width: 1200px !important;
}
@media only screen and (max-width: 998px) {
.contact {
max-width: 600px !important;
}
}
Thanks
This works, but it only changes the top part, name and email field. It doesn't affect the bottom part of the contact form.
Alright, you want to adjust the size of the contact form's bottom part?
i tried this code again today and somehow today it came through, it works!
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css
Step 3: Add code
Try This Code
#shopify-section-template--20958478795084__contact_form_RFiRPY .color-scheme-1.gradient .contact.page-width--narrow {
max-width: 1000px !important;
padding: 0 50px 50px;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024