Home › Forums › WordPress Themes – Premium › Flat Responsive › Update 1.0.4: styles and bugs › Reply To: Update 1.0.4: styles and bugs
August 14, 2015 at 1:47 pm
#21663
Participant
next issue:
in mobile view at around smartphone width the slider captions start to slide above the top bar. the look gets distorted.
suggestion to solve this, is changing the css for the captions as follows:
.wk-slideshow-flat_responsive .caption {
bottom: 30% !important;
margin-bottom: -23px;
}