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.
-
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;
} -
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it