MieleMiel Posted February 2, 2023 Share Posted February 2, 2023 Site URL: https://mikebroeken.squarespace.com/ Password: Miele1234 When on mobile I want to click on "Work" and than a smooth scroll down to my portfolio. This doesn't work on mobile. It shows me the home page but it's not scrolling down to the portfolio section. It works on desktop but not for mobile. Anyone a solution? Thanks! Link to comment
tuanphan Posted February 8, 2023 Share Posted February 8, 2023 You mean text "Down" disappear on mobile? Because you used this code to remove Down section on mobile <style> @media screen and ( min-width : 768px ) { section[data-section-id="63dc130b4291ab0ba5c65e17"] { display : none; } } @media screen and ( max-width : 767px ) { section[data-section-id="63da7867d0d9c5101cfa00a8"] { display : none; } } @media screen and ( max-width : 767px ) { section[data-section-id="63dae63d5a6e9b22156ac4d1"] { display : none; } } </style> 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
Create an account or sign in to comment
You need to be a member in order to leave a comment