Featured Post Slider Not Displayed Properly on Mobile Phones
-
I am using this for my Poseidon Child Theme style.css:
.post-slider .zeeslide .slide-image { max-width: 100%; max-height: 200px; }
And all poseidon-header-image size set to have the 200px height using the Simple Image Sizes plugin (enough for displaying post titles).
The homepage looks OK for desktop view but not OK for mobile view. I have tried this to fix the mobile view:
@media (max-width: 600px) { .zeeflex-viewport, .zeeflexslider .zeeslides > li { max-height: 200px; min-height: 75px; } .post-slider .zeeslide .slide-image { max-height: 100px; min-height: 75px; } }
But somehow it does not work. When the screen width is below 600px, the header image height changes with it.
How to solve this problem? Help is appreciated!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Featured Post Slider Not Displayed Properly on Mobile Phones’ is closed to new replies.