studiolexie Posted April 7, 2022 Share Posted April 7, 2022 Site URL: https://studiolexie.com/ Site URL: studiolexie.com Hi! I would like to change the sequence of the blocks on my footer and one of my page only on mobile but couldn't get the css codes to work. 1. Contact page [mobile only] I would like the "line; email hour....available for worldwide work" to move under the whole contact form. 2. Footer [mobile only] I would like to move "Sign up for my newsletters" and the form block to be at the very top of the footer instead of the bottom. Could someone guide me with a correct code? Thanks a lot. Link to comment
Solution tuanphan Posted April 10, 2022 Solution Share Posted April 10, 2022 Hi, Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* Contact */ div#page-section-5fa6e8564f8f02449aad6205 .span-11>.row { display: flex; flex-direction: column-reverse; } /* Footer */ div#page-section-6233b62c62bd83192cafce90 .span-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
studiolexie Posted April 11, 2022 Author Share Posted April 11, 2022 It works. Thanks a lot! 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