jaredvoorhees Posted September 8, 2021 Share Posted September 8, 2021 Site URL: https://www.sharedgooods.com/ Added a scrolling marquee to my home page but it's far too tall on mobile. I've tried a lot of different codes but none of them work. I'd also be open to just coding the scrolling marquee into the bottom of the nav menu! Either or. Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/9/2021 at 1:49 AM, jaredvoorhees said: Site URL: https://www.sharedgooods.com/ Added a scrolling marquee to my home page but it's far too tall on mobile. I've tried a lot of different codes but none of them work. I'd also be open to just coding the scrolling marquee into the bottom of the nav menu! Either or. Add to Design > Custom CSS /* Marquee on mobile */ @media screen and (max-width:767px) { [data-section-id="6137a1cf6b869e69553ea8e1"] { min-height: unset !important; padding-top: 40px !important; } } 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
jtgavic Posted January 17, 2023 Share Posted January 17, 2023 I also have a similar question on this topic.. I created a custom css background color to a line block (it is its own page within the index). I want it to operate as section dividers on my site pages. it works perfectly on desktop and even iPad views (see below) however, when I open these pages on iPhone/mobile view.. it get a much fatter/taller line height than desired.. any pointers how to fix this? thank you in advance for the help here! Jess Link to comment
tuanphan Posted January 17, 2023 Share Posted January 17, 2023 48 minutes ago, jtgavic said: I also have a similar question on this topic.. I created a custom css background color to a line block (it is its own page within the index). I want it to operate as section dividers on my site pages. it works perfectly on desktop and even iPad views (see below) however, when I open these pages on iPhone/mobile view.. it get a much fatter/taller line height than desired.. any pointers how to fix this? thank you in advance for the help here! Jess What is your site url? 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
jtgavic Posted January 17, 2023 Share Posted January 17, 2023 @tuanphan https://somethingspotted.com Link to comment
jtgavic Posted January 19, 2023 Share Posted January 19, 2023 this is what I'm seeing when I "inspect element" on a chrome browser site url: https://somethingspotted.com Link to comment
tuanphan Posted January 19, 2023 Share Posted January 19, 2023 8 hours ago, jtgavic said: this is what I'm seeing when I "inspect element" on a chrome browser site url: https://somethingspotted.com Add to Design > Custom CSS @media screen and (max-width:640px) { body#collection-636b179a5081cf760e5299db .horizontalrule-block { padding: 1px !important; } } 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
jtgavic Posted January 19, 2023 Share Posted January 19, 2023 worked perfectly, thank you for the prompt assistance on this request! 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