Tagline disappears in tablet & mobile view
-
Hello,
Posting this again because no one ever chimed in on this issue and now comments are disabled in the original post.
I had to finagle a way to get my tagline on my page. I want it to be visible in all three views (web, tablet, and mobile) Here is the normal computer view:
https://snipboard.io/B3TxDX.jpgWhen I switched it to tablet or mobile mode it disappears. Here is the image for mobile: https://snipboard.io/iI0NcC.jpg Here is the image for table view: https://snipboard.io/gn8JiL.jpg
Here is the coding I used to put the tagline on the normal computer view:
.site-header .site-branding img{ max-height: 175px !important; } .site-header .site-branding img{ max-width: 200px !important; } .site-header .custom-logo-link { display: flex; align-items: center; } .site-header .custom-logo-link::after { !important; content: "Affordable elegance at your fingertips."; color: white !important; padding-left: 20px; !important }
Can you help me make my tagline stay for tablet and mobile view? It’s ok if in mobile view it is under my logo rather than next to it due to space limitations.
The page I need help with: [log in to see the link]
- The topic ‘Tagline disappears in tablet & mobile view’ is closed to new replies.