Tagline not appearing in mobile version
-
So I have a tagline for my website and it shows on the desktop and tablet version, but when I go to a mobile version the tagline disappears… Does anyone else have the same problem? Is there a way to fix this?
The blog I need help with is: (visible only to logged in users)
-
Hi benjcard
So I have a tagline for my website and it shows on the desktop and tablet version, but when I go to a mobile version the tagline disappears… Does anyone else have the same problem? Is there a way to fix this?
I tested on my test site after testing this I think this theme by default doesn’t allow tagline on the mobile version.
But you can show this using the Custom CSS code use this code given below to show it on mobile:
@media (max-width: 767px){ .site-logo-link + .site-title, .site-description { display: block !important; } }Custom CSS can only be added if you are under premium or business plans. To know more about how to add custom CSS here is the support document for that:
https://en.support.wordpress.com/custom-design/editing-css/
To know more about plans features and pricing please refer to support link below:
https://wordpress.com/pricing/Hope this helps.
- The topic ‘Tagline not appearing in mobile version’ is closed to new replies.