Comments titidomi started the conversationMarch 17, 2021 at 10:39pmHi,I work on the this blog and I chose the header #3 to put the logo and a youtube video on the side (you can see on the blog https://soffrirlemonde.com) When I'm on mobile, the header is still there, but it doesn't fit. It's too big. Can I hide the header #3 for mobile version? How can I do? Thank you and have a good day.Rachel 2,700PenciDesign repliedMarch 18, 2021 at 2:24amHi,If you want to hide the video only on mobile, you can add more this code to Customize > Custom CSS: @media only screen and (max-width: 960px){ .container.has-banner .header-banner{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hi,
I work on the this blog and I chose the header #3 to put the logo and a youtube video on the side (you can see on the blog https://soffrirlemonde.com)
When I'm on mobile, the header is still there, but it doesn't fit. It's too big.
Can I hide the header #3 for mobile version? How can I do?
Thank you and have a good day.
Rachel
Hi,
If you want to hide the video only on mobile, you can add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign