mobile rest of device
-
Hi there, so I’ve used wordpress for maybe 15/20 sites over the years, and this is the first time I’ve had an issue i cant solve, even with custom css. Basically if you view my site https://www.learnmfl.co.uk on website, tablet or portrait mobile its fine, but no matter what i try i cannot have the title adn tag lien show beside the logo on mobile views, in fact, they don’t show at all! your help would be greatly appreciated
-
Hi! Your site isn’t actually hosted here on our servers or using one of our themes, so this isn’t really in our wheelhouse for support, but I think I spotted the issue:
.wp-custom-logo .site-identity { display: none; }That’s in your CSS. You’ll want to look into overriding that with
display: blockand possibly using some media queries to manage sizing and what not.We have a recommendation for custom developers here if you need help.
Hoping that helps!
- The topic ‘mobile rest of device’ is closed to new replies.