Tagline for mobile
-
Hi, is there a way to also show the tagline under the title in mobile? I use „use desktop menu style“ and also need to show the tagline (like on desktop). I already found .tagline display:none in style_phone.php but that doesn't work because the hole .sitetitle is already display none.
-
right now I solve it with a kind of dirty solution. A „real“ solution would be great! Here's what I've done: I put some Custom CSS for Mobile Version;
body {
padding-top: 0;
}.navbar,
.burger,
.mobile-title {
display: none !important;
}.sitetitle {
display: block;
position: fixed;
bottom: auto;
right: auto;
left: 50%;
transform: translateX(-50%);
}.tagline {
margin-top: 5px;
} -
Before you post
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it