Hello @matthew1987,
It seems your website is in maintenance mode;
Please send a live URL from the issue. I’ll write a custom CSS for you.
Screenshot: https://postimg.cc/G9YdZ12R
Note: If you are using elementor page builder; you can use the responsive option in this page builder: https://elementor.com/help/mobile-editing/.
Also, you can learn how to use Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS:
CSS Tutorial:
For more information about media queries, please read this article:
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Best Regards
Hello @skalanter
Thanks for your help. I can’t put the website online yet, but I have created a guest account for you. You can log in via the link below.
Name: Guest-OT
pass: Yer&**Z%j1F!X!1rWJIa$wIW
Thank you in advance!
Hello @matthew1987,
According to the forum rules, you do not allow to send any login credentials. Please delete it.
Would you please read the forum guidelines:
Since we cannot open your URL; to hide any elements on your website manually – like only for desktop and tablet(custom device width sizes) you can add a class to your element, then add the CSS below in Customizing > Custom CSS/JS > CSS Code:
@media(min-width:1024px) {
.hide-on-desktop {
display: none;
}
}If you add a custom HTML in the content of the topbar, to add a class to the image tag, you should add something like this:<img class="hide-on-desktop" href="my-image.jpg" />
So all you need is add this:class="hide-on-desktop" to your HTML and add the CSS in the CSS section in the customizer.
Thank you for understanding,
Best Regards
@skalanter Thanks for the reply so far. Sorry i didn’t know! How can i delete/edit the comment?
