Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I'm trying to make my contact us form fit fullscreen on desktop.
Can I please get some help with this?
@Lucianamaria231
I have 2 suggestion for make form fully visible and fit to entire website on desktop screen
1) Reduce padding after Contact us title and first field so it will bit manage
2) First name and last name - in One row
Order number and Phone field - In second row
make in one row so it will save space and it will display proper on desktop screen
If still not fit we have to set 100Vh feature and reduce height bit to fit proper resolution
Thanks
KrishangTechnolab
Hello there
thanks for sharing your issue. I understand how frustrating this can be, especially when you're trying to run your store smoothly.Please share your store link
Regards
Titu
Would you like to share the store URL and password so that I can take a look.
Thanks
Hi @Lucianamaria231,
Please send the website link, I will check it for you
Thank you so much.✨ I just want to say that I'm not building my website with Dawn. I'm using another theme, Symmetry, which I haven't officially purchased yet, considering access to the coding
Hi @Lucianamaria231,
Please go to Customize > Sections > Custom CSS and add code:
.container.container--reading-width {
max-width: var(--page-container-width);
}