Use the same logo in desktop and mobile
-
Hi!
So I created a responsive Logo with CSS and SVG shapes. I would like for it to display the same in desktop/tablet/mobile. The problem is that when I add the same HTML/CSS from the destop to the mobile, it doesn't display anymore. Anyone have an Idea why this might be? My website is www.er-sc.com -
hello! you put your html inside the site title in
customize -> site titlethis is the desktop site title which is hidden on mobile
on mobile the site title is shown that you set in:
customize -> mobile -> mobile site titleso if you were to insert your HTML here, it would work:

-

looking at the html you inserted, I can see that you just have an empty div.
Furthermore, there seems to be a title tag and some meta tags inside of your HTML. I think this shouldn't be there.