kimmydesign Posted August 7, 2023 Share Posted August 7, 2023 Hi there, I made this temporary header that scrolls away when you move down the page past the image (when the real header drops down) but I don't want the buttons to appear when the browser size gets smaller than a certain size. I have custom css attached to the each button (using #bloc) to make them turn white on hover, so I probably just need to add more code to each one. Not sure! Any help would be appreciated. The site isn't live yet so I can't send a link. Link to comment
Solution kimmydesign Posted August 8, 2023 Author Solution Share Posted August 8, 2023 Figured it out! I used this code: @media only screen and (max-width: 1180px) { #block-98a3bb1f056e54be9646 { display: none; } } tuanphan 1 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