Welcome message not showing on mobile, previous solutions not working
-
The welcome message shows perfectly on laptop but not on mobile (iphone). I understand that this is the default for the Moesia theme and I have tried adding several pieces of code that I found in this forum to ‘Additional CSS’ to correct it but without success. It’s possible this is due to other things I’ve added to reformat the welcome message (remove drop shadow, adjust position, add second line, text size and spacing)? See below. Thank you for your help!
@media only screen and (min-width: 50px) {
.welcome-desc {
font-size: 32px !important;
}
}
@media only screen and (min-width: 50px) {
.welcome-info {
top: 350px;
bottom: 10px;
right: 350px;
left: 350px;
width: auto;
}
}
div.welcome-info div.welcome-desc::after {
content: ‘COME SEE WHAT’S POSSIBLE.’;
display: block;
}
.welcome-desc {
text-shadow: none !important;
}
.welcome-desc {
line-height: 1.7;
}The page I need help with: [log in to see the link]
- The topic ‘Welcome message not showing on mobile, previous solutions not working’ is closed to new replies.