Mobile version doesn't work
-
Hallo,
my problem is when i view my site on mobile the title and the description on my slider are all overlapped and the foto is very big (my photos are 1200×800 px)
How do i fix this ?
Thank you in advance
The blog I need help with is http://www.musastalk.com
The blog I need help with is musastalk.com.
Hello,
I’m guessing that the problem is with the slider.
Slider is developed to cover the mobile screen, which is the reason why is cropped, rather than scaled.
However, scaling will leave black gaps at the top and the bottom.
If that’s fine for you, please add this class to Custom CSS:
@media only screen and (max-width: 1190px) {
.fullwidth-slider .featured-slider .featured-image {
background-size: contain;
background-repeat: no-repeat;
}
}
Thank you,
– Djordje
I decided to croop the photo, because i did’t like the black gaps.
Thank you!!
The topic ‘Mobile version doesn't work’ is closed to new replies.