Slider hight issue after upgrading to 2.0.1
-
Topic
-
I have upgraded the theme to 2.0.0 then today to 2.0.1
I noticed that in all but Firefox the slider height for the full width slides added one or two additional pixels between the slider image and the navigation bar.
For the slides with the left or right hand smaller image, the height jumps back to normal or even a few pixels less.
When I add
.standard-slider-wrapper .slides-wrapper, .tb-nivo-slider-wrapper .slides-wrapper {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px 4px 4px 4px;
min-height: 350px;
padding: 0 0 38px;
}to my Child themes custom.css the slider height looks OK again for all slides, except that when the browser window’s width is reduced the height remains 350px of course (which is not good for the mobile devices).
Thanks for any help.
- The forum ‘Akita Responsive WordPress Theme’ is closed to new topics and replies.