Kmur Posted August 8 Share Posted August 8 Hello, On desktop I have my archive block on the left of my content block for my blog. My only problem is because it's on the left it's the first block to appear when viewing on mobile. I want to change the order of the archive block for all blog post so it appears last when viewing on mobile. How can I achieve this? O Link to comment
tuanphan Posted August 10 Share Posted August 10 Can you share link to this page? I think we can use CSS flex to change order on mobile 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
Kmur Posted September 5 Author Share Posted September 5 Hello here is the link: https://fragagraphics.com/support/synthetic-care Link to comment
Solution tuanphan Posted September 7 Solution Share Posted September 7 On 9/5/2024 at 7:49 PM, Kmur said: Hello here is the link: https://fragagraphics.com/support/synthetic-care You can try this to Website Tools > Custom CSS @media screen and (max-width:767px) { div.blog-item-content .columns-12>.row { display: flex; flex-direction: column-reverse; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment