LillianC Posted July 3, 2023 Posted July 3, 2023 (edited) https://www.rooftopbar.co/ Footer - How can I adjust the height? I'm stuck with a minimum of 18 rows and I just want a very slim footer than only has about 20px padding around the elements in it. Mobile custom font: How can I apply DM SANS to my H1 and Paragraph on mobile, same as I have done on dekstop site? Ticker tapes (scrolling marque): On mobile view I cannot adjust the height of these and there is a strange white gap underneath that I dont want there. Edited July 3, 2023 by LillianC adding web address
tuanphan Posted July 5, 2023 Posted July 5, 2023 #1. Footer on Desktop or Mobile? #2. You used correct code, but it doesn't work on Mobile, because you use incorrect name in font face code Change tuan to 'DMSans-Regular' #3. I sent code in another post. You can check again 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!)
LillianC Posted July 11, 2023 Author Posted July 11, 2023 Thanks for resolving the issue with my fonts. Is there a way I can reduce the height of my footer? I"m using a customized newsletter sign up form - and it seems there's extra padding above it from where the sign-up form heading should be (but I don't need one). I can't find a way to reduce all the padding above my text. https://www.rooftopbar.co/
tuanphan Posted July 25, 2023 Posted July 25, 2023 I see you solved with this CSS? @media screen and (min-width: 768px) { .fe-64788e296642ef5fd7597979 { grid-template-rows:repeat(0,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)),auto)) !important } footer.sections header.newsletter-form-header { 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment