Price postion on new line in Mobile view
-
Hello
Is it possible to make prices appear below descriptions on mobile?
I found this snippet in the comments, which I added to the custom CSS but doesn’t work ?@media screen and (max-width: 600px) { .fdm-item-panel { display: flex; flex-direction: column; } .fdm-item-title { order: 1; } .fdm-item-content { order: 2; } .fdm-item-price-wrapper { order: 3; } }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Price postion on new line in Mobile view’ is closed to new replies.