Alexdouglas142 Posted March 18, 2021 Share Posted March 18, 2021 Site URL: https://www.techled.uk/ Password: abc So my footer is half chopped off only on Mac Saffari OS. Causing the issues is the custom CSS below. Using this CSS because I want the footer to view differently on mobile. ANY SOLUTIONS, PLEASE? /* hide bottom footer on desktop */ @media screen and (min-width:768px) { footer.sections section:nth-child(2) { display: none; } } /* Hide top footer on mobile */ @media screen and (max-width:767px) { footer.sections section:nth-child(1) { display: none; } } Link to comment
tuanphan Posted March 22, 2021 Share Posted March 22, 2021 It looks like you solved? On mobile, dropdown looks small. Do you want to add a padding inside dropdown? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.