Header Logo
-
Hi Tomas,
Happy new year to you. Could you give me a bit of advice, please?
I’ve added this code to get rid of the header logo when browsing my site on mobile and show the title instead but the title doesn’t show up. Is there a javascript that switches between the two?
@media screen and (max-width: 800px) {
.header-logo {
display: none;
}
.site-title {
display: block!important;
}
}The other idea would be to display both the logo and the title and and then get rid of the logo on mobile so that only the title would remain. How can I display both?
Thank you.
- The topic ‘Header Logo’ is closed to new replies.