Hi,
I got some responsive issues on my website on my header (menu) + slider , as you can see in this screenshot: http://prntscr.com/6711zr
Do you have any ideas why those bugs occur? can you help me?
Thanks a lot !
Have a great day :)
Hi Lev!
What mobile device and browser are you using there?
Can you send us a link to your site?
Cheers!
Elliott
Hi,
I can’t share you a link of my website because it is in Localhost.
That is why I sent you screenshots of my bugs; I used an internet tool (studiopress) to check all my websites sizes in terms of responsive.
Furthermore, for every website I got responsive issues in my slider all the time regarding the text (too big, so out of the picture), and all the time I need to correct the same CSS errors.
Is there a way to avoid those kind of problems?
Please let me know
Thanks
Hey!
We can’t diagnose these CSS issues if we can’t see the website live, please let us know when you publish the site. Are you running the latest version of Enfold (3.0.8)?
Best regards,
Josue
Hi,
we have the same issue with this website http://www.bankinvestcapital.com/ (regarding slider responsive)
As you can see in this screenshot http://prntscr.com/68q7sj (sliders with buttons + text)
Can you help us?
Thanks
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) {
.avia-slideshow-inner, .avia-slideshow-inner li > div{
height: 320px !important;
}
.av_slideshow_full li img {
height: 100%;
}
.slideshow_caption h2{
font-size: 26px !important;
}
}
Cheers!
Josue