Blog Sidebar not showing on iphone screens, previous solution not working
-
Hi,
I have the same problem as one that someone posted about three years ago, and have tried the solution suggested then, but it doesn’t seem to have worked. Someone more recently I think found a solution, but I’m not sure if it’s applicable to my site. The problem is this:
I have some text typed in as a ‘welcome message’ in my Moesia blog. It shows up on PC view, laptop and iPad (when held width ways), but it doesn’t show on iPad held portrait or on mobile.
The solution I read was this:
“By default welcome-description and welcome-button are hidden on 600px screens and less.
Please try to use the following CSS code in order to make those elements visible on all screens.
You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.
.welcome-desc {
display: block !important;
}.welcome-button {
display: inline !important;
}which I have done, and the situation is the same. Have I missed something? Thanks for the help!
David
The page I need help with: [log in to see the link]
- The topic ‘Blog Sidebar not showing on iphone screens, previous solution not working’ is closed to new replies.