Karkom Posted January 23, 2021 Share Posted January 23, 2021 Site URL: https://www.ghoulsmagazine.com Hello, https://www.ghoulsmagazine.com On mobile view my footer is huge as everything stacks up. Would it be possible to have the footer Logo and links reduced in size and on the same level like on Desktop view and relocate the Newsletter subscription field under them? thanks for your help Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 You want mobile layout same as screenshot above? 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
Karkom Posted January 24, 2021 Author Share Posted January 24, 2021 Hi @tuanphan yes. Ghouls magazine logo + links (about, contact...) on the same level and the newsletter fielD below them as I don’t think you can have all 3 items on same level like in the desktop view Link to comment
Karkom Posted January 28, 2021 Author Share Posted January 28, 2021 Hi @tuanphan, just wondering if you had a chance to look into this 😊 thank you! Link to comment
tuanphan Posted February 1, 2021 Share Posted February 1, 2021 On 1/27/2021 at 11:06 PM, Karkom said: Hi @tuanphan, just wondering if you had a chance to look into this 😊 thank you! Add to Design > Custom CSS /* Mobile footer */ @media screen and (max-width:767px) { div#page-section-5fe76a518d20536a3fbd7278>.row { display: -webkit-box; display: -ms-flexbox; display: flex; } } 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
Karkom Posted February 1, 2021 Author Share Posted February 1, 2021 Hi @tuanphan Thank you so much it’s definitely much better now already! There a way to force the 3 social icons on one line and to have the newsletter section to be stretched rather than squeezed on the right side? Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Add this to Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ if (jQuery(window).width() < 767) { $('div#page-section-5fe76a518d20536a3fbd7278 .span-9>.row>.span-4').insertAfter('div#page-section-5fe76a518d20536a3fbd7278>.row'); } }); </script> 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
Karkom Posted February 4, 2021 Author Share Posted February 4, 2021 Hi @tuanphan thst was great, it worked for a while but now i see this... not sure what happened...:( Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.