JordanCameron Posted May 20, 2020 Share Posted May 20, 2020 Site URL: https://www.locomotive.club/ I'm using 7.1 and want to rearrange the display of my social link block to appear at the bottom of my site on mobile, while maintaining a different position on desktop. Is this possible? Link to comment
tuanphan Posted May 21, 2020 Share Posted May 21, 2020 You can add Social Block on Footer. Then we can give the code to remove it on Desktop, and remove Header social 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
JordanCameron Posted May 21, 2020 Author Share Posted May 21, 2020 Awesome, thanks for the quick reply! Just added it on as a footer, can you give me the code for both of those things please? Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 18 hours ago, JordanCameron said: Awesome, thanks for the quick reply! Just added it on as a footer, can you give me the code for both of those things please? It seems you solved? I see 1 social block only here 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
JordanCameron Posted May 26, 2020 Author Share Posted May 26, 2020 I removed the footer social block since there were going to be some folks looking at the site – I'd still love the code so I can add it back in if that's possible! Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 15 hours ago, JordanCameron said: I removed the footer social block since there were going to be some folks looking at the site – I'd still love the code so I can add it back in if that's possible! You can add Social Block on Footer. Then we can give the code to remove it on Desktop, and remove Header social 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
JordanCameron Posted June 2, 2020 Author Share Posted June 2, 2020 Got it – the social block is now added on footer. Ready for the code. Link to comment
tuanphan Posted June 3, 2020 Share Posted June 3, 2020 On 6/2/2020 at 7:17 AM, JordanCameron said: Got it – the social block is now added on footer. Ready for the code. Add to Home > Design > Custom CSS /* remove footer social on desktop only */ @media screen and (min-width:768px) { div#block-a62644b859972108200b { display: none; } } /* remove header social on mobile only */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1589928952821_4914 { display: none; } } 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
JordanCameron Posted June 4, 2020 Author Share Posted June 4, 2020 Thanks! That worked to remove the social block in footer in desktop, is there a way to remove the footer on desktop altogether as well? Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 On 6/5/2020 at 12:10 AM, JordanCameron said: Thanks! That worked to remove the social block in footer in desktop, is there a way to remove the footer on desktop altogether as well? Hi. Sorry for the delay. 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
JordanCameron Posted June 10, 2020 Author Share Posted June 10, 2020 No worries! Still haven't solved this one – any help appreciated! Link to comment
tuanphan Posted June 15, 2020 Share Posted June 15, 2020 To remove footer on desktop, add this to Home > design > Custom CSS @media screen and (min-width:992px) { footer#footer-sections { display: none; } } 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
Archived
This topic is now archived and is closed to further replies.