Shopify themes, liquid, logos, and UX
I am creating a bento grid layout and I would like my contact form to have the same spacing as the rest of my content on mobile.
Solved! Go to the solution
This is an accepted solution.
TRy this one.
@media only screen and (max-width: 749px){
.contact.page-width.page-width--narrow.section-template--18057311322252__form-padding {
margin: 0 16px;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
TRy this one.
@media only screen and (max-width: 749px){
.contact.page-width.page-width--narrow.section-template--18057311322252__form-padding {
margin: 0 16px;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hope this guide is helpful to you!
.contact__fields {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 2rem;
}
Result:
Welcome! Would you mind hitting 'like' as well? Thanks!
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