Casselease Posted May 18, 2021 Share Posted May 18, 2021 Site URL: https://outdoorswelearnmadison.com Hi! Does anyone know how I could apply CSS to remove the white space in this list in Mobile view? It is in a two-column format, and the space shows from the bottom of first column in mobile. Your help is greatly appreciated!! Link to comment
Agha_Waqas Posted May 18, 2021 Share Posted May 18, 2021 22 minutes ago, Casselease said: Site URL: https://outdoorswelearnmadison.com Hi! Does anyone know how I could apply CSS to remove the white space in this list in Mobile view? It is in a two-column format, and the space shows from the bottom of first column in mobile. Your help is greatly appreciated!! Hi, you can use below code to get rid from the spacing. simply copy paste below code into CSS editor @media (max-width: 520px) { #page-section-6079eef730a0cf157bbfc577 { .span-12 .row { .span-6 .html-block { padding: 0 17px !important; } } } } Casselease and tuanphan 2 Link to comment
Casselease Posted May 19, 2021 Author Share Posted May 19, 2021 Thank you so much! I really appreciate it! Link to comment
Agha_Waqas Posted May 19, 2021 Share Posted May 19, 2021 (edited) 1 hour ago, Casselease said: Thank you so much! I really appreciate it! Your Welcome Edited May 19, 2021 by Agha_Waqas tuanphan 1 Link to comment
Casselease Posted May 28, 2021 Author Share Posted May 28, 2021 Hi! I just saw this! Yes, I'd love to learn how I can increase logo size and change logo color in mobile overlay! Is email best to contact you? @tuanphan Link to comment
tuanphan Posted May 30, 2021 Share Posted May 30, 2021 On 5/29/2021 at 2:34 AM, Casselease said: Hi! I just saw this! Yes, I'd love to learn how I can increase logo size and change logo color in mobile overlay! Is email best to contact you? @tuanphan You can ask here or email, anything. Add to Design > Custom CSS /* Mobile-logo size */ .header-mobile-logo img { max-height: 120px !important; } /* overlay menu-logo color */ body.header--menu-open .header-mobile-logo img { filter: invert(1); -webkit-filter: invert(1); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Casselease Posted June 2, 2021 Author Share Posted June 2, 2021 Thank you so much, this is super helpful! @tuanphan I appreciate your time! Link to comment
himynameiskirsty Posted April 18, 2022 Share Posted April 18, 2022 On 5/18/2021 at 4:43 PM, Agha_Waqas said: Hi, you can use below code to get rid from the spacing. simply copy paste below code into CSS editor @media (max-width: 520px) { #page-section-6079eef730a0cf157bbfc577 { .span-12 .row { .span-6 .html-block { padding: 0 17px !important; } } } } Heya - this didn't work for me - am I pasting it in the wrong place? Pasted it under "Custom CSS" in Design Link to comment
tuanphan Posted April 22, 2022 Share Posted April 22, 2022 On 4/19/2022 at 1:15 AM, himynameiskirsty said: Heya - this didn't work for me - am I pasting it in the wrong place? Pasted it under "Custom CSS" in Design Hi. Each site will have a different id. Can you share link to page where you want to add 2 columns? We can tweak the code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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