Rdubs Posted September 10, 2020 Share Posted September 10, 2020 I used two columns for bullets on desktop and it looks good, but then on mobile I'm getting an extra space where the break in the columns should be on desktop. See screenshots of both as reference. Please let me know if you have any solutions for mobile. Thank you! Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Can you share link to page in screenshot? We can check 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
Rdubs Posted November 17, 2020 Author Share Posted November 17, 2020 Sorry for the delay @tuanphan - I missed your response earlier. The website is: https://www.waderemodeling.com/ The area I am having the issue with is the blue Services section lower on the page. The bullets are showing an extra space on the mobile view as shown in the above screenshot. Thank you! Link to comment
tuanphan Posted November 18, 2020 Share Posted November 18, 2020 13 hours ago, Rdubs said: Sorry for the delay @tuanphan - I missed your response earlier. The website is: https://www.waderemodeling.com/ The area I am having the issue with is the blue Services section lower on the page. The bullets are showing an extra space on the mobile view as shown in the above screenshot. Thank you! Add to Home > Design > Custom CSS /* blue list extra space */ @media screen and (max-width:767px) { div#block-9ec8edac65fe83d40a3d { padding-top: 0 !important; } div#block-3996a47bd34fb8ea3a0d { padding-bottom: 0 !important; } } Also, on Tablet, the text a bit narrow. Do you want to increase width? 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
Rdubs Posted November 18, 2020 Author Share Posted November 18, 2020 14 hours ago, tuanphan said: /* blue list extra space */ @media screen and (max-width:767px) { div#block-9ec8edac65fe83d40a3d { padding-top: 0 !important; } div#block-3996a47bd34fb8ea3a0d { padding-bottom: 0 !important; } } Link to comment
Rdubs Posted November 18, 2020 Author Share Posted November 18, 2020 Thank you so much! This fix worked. 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