svanholm Posted August 6, 2023 Share Posted August 6, 2023 Hello Everything is correct on a computer screen, but on mobile - the info-text for the product appears below everything else instead of directly under the product title "När Jag Blir Stor". How can I fix this without messing up the computer version? https://www.sagospegeln.se/butik/p/country-feast-set-3nybt-aclmx Link to comment
tuanphan Posted August 7, 2023 Share Posted August 7, 2023 Add this code to Design > Custom CSS (or Website > Website Tools > Custom CSS) /* Move product info on mobile only */ @media screen and (max-width:767px) { .ProductItem-details-excerpt { order: 1 !important; } section.ProductItem-additional { order: 3 !important; }} GretchenElizabeth 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
svanholm Posted August 7, 2023 Author Share Posted August 7, 2023 That worked. Thank you. I have to say that I have never been a part of a forum where I have gotten this good help. Every time I ask something, I get great answers. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment