Hello,
I built a global block to customize a product page.
And i put swapcolumns on every alternating row for mobile views, but it’s not working.
Any idea why?
@media screen and (max-width: 767px) {
.x-section .x-container.swapcolumns {
display: flex;
flex-direction: column-reverse;
}
}
This code has worked on every other website and page i’ve used it on, including prior global blocks.
Please advise.
Jesse