Cynthia_CML Posted September 17, 2021 Posted September 17, 2021 Site URL: https://www.chicagomagiclounge.com/overlay-test Hello, Is it possible for my 'purchase tickets' code block (located in the right column) to be the first block in mobile view (above the headline) using css?
tuanphan Posted September 19, 2021 Posted September 19, 2021 On 9/18/2021 at 5:37 AM, Cynthia_CML said: Site URL: https://www.chicagomagiclounge.com/overlay-test Hello, Is it possible for my 'purchase tickets' code block (located in the right column) to be the first block in mobile view (above the headline) using css? Add to Design > Custom CSS @media screen and (max-width:640px) { div#page-61438cd2a5f5ec2894e0d417>.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!)
Cynthia_CML Posted September 20, 2021 Author Posted September 20, 2021 Thank you, @tuanphan! Is there any way to make it so that only the Purchase Ticket block is on top, but the rest of the column behaves as normal? See me example below.
tuanphan Posted September 24, 2021 Posted September 24, 2021 On 9/21/2021 at 2:06 AM, Cynthia_CML said: Thank you, @tuanphan! Is there any way to make it so that only the Purchase Ticket block is on top, but the rest of the column behaves as normal? See me example below. Hi, The easiest way is add one more butotn above #2 text. Then we will give the code to hide #1 button on mobile hide new button on desktop show new button on mobile only, above #2 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.