jeffreyzie Posted March 31, 2020 Share Posted March 31, 2020 Hey guys, I'm looking to see how I can make an image appear on top of the header font for mobile view, while still keeping it to the right of the header for desktop view. I'm using the Brine template. Any suggestions? Thank you -Jeff Creator of ivorycolors.net & stoplitteringtoday.org Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 Have you solved yet? 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
jeffreyzie Posted April 4, 2020 Author Share Posted April 4, 2020 Yessir, thank you Creator of ivorycolors.net & stoplitteringtoday.org Link to comment
jeffreyzie Posted April 4, 2020 Author Share Posted April 4, 2020 It actually stopped working again...I used the code you provided in the other post: @media screen and (max-width:640px) { div#page-5e8296a9e2b00968faec388e>.row:first-child { display: flex; flex-direction: column-reverse; } } Creator of ivorycolors.net & stoplitteringtoday.org Link to comment
tuanphan Posted April 5, 2020 Share Posted April 5, 2020 On 4/4/2020 at 3:24 PM, jeffreyzie said: It actually stopped working again...I used the code you provided in the other post: @media screen and (max-width:640px) { div#page-5e8296a9e2b00968faec388e>.row:first-child { display: flex; flex-direction: column-reverse; } } Can you check site url again? I can't access 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
zzlogan Posted April 7, 2021 Share Posted April 7, 2021 @tuanphan, can you use #block-id for this? or does it have to be div#page-id? And has the code changed for this going into 7.1? Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 On 4/7/2021 at 8:20 PM, zzlogan said: @tuanphan, can you use #block-id for this? or does it have to be div#page-id? And has the code changed for this going into 7.1? Hi. Can you share link to page where you have problem? We can check easier 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
zzlogan Posted April 10, 2021 Share Posted April 10, 2021 I was able to use this code and it worked for me, #block-yui_3_17_2_1_1617757843918_3161 { filter: drop-shadow(3px 3px 3px #000000); } [data-section-id="60691590e86fd05efdfb7e19"] { @media screen and (max-width:767px) { .sqs-row { display: flex; flex-direction: column-reverse; }}} @media only screen and (max-width:640px) {#block-yui_3_17_2_1_1617757843918_3161{ width: 80% !important; margin:0 auto; }} @media only screen and (min-width: 641px) and (max-device-width: 949px) {#block-yui_3_17_2_1_1617757843918_3161{width:100% !important; margin:0 auto; }} Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.