but even with !important, nothing seems to work. I’m getting a bit frustrated.
The buttons are constrained by their containers, but I can’t find a way to remove this limitation specifically for these two buttons. I’d be grateful for any help!
P.S. My domain is stunnyclothing.com, in case that helps with the solution.
thank yall. But thats not the Solution i like. The whole page is now swipe able on the x. Is there not any possibilty to just exclude these two buttons from the grid/Container?
Can you please try again with this set of code instead? @media (max-width: 768px) {
.product-form__buttons {
box-sizing: border-box;
max-width: 100vw!important;
margin-left: -1.5rem;
margin-right: -1.5rem;
}
}