Hi.
I have a problem to see the slider on mobile. The slider is cut and I can’t see the 2 buttons that appear on the desktop version, which is working fine.
My site is http://www.summitguides.org
Could you please help me?
Thank you in advance
Filippo
Hey filiski,
Can you attach a screenshot so that I can see the view you have from your mobile device. Please try adding this to quick css.
@media only screen and (max-width: 767px){
.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
margin-top: -40px !important;
}
}
Best regards,
Jordan Shannon
Hi Jordan, it works better, now i can see the first button, and half of the second. How can I make it a little bit bigger on mobile?
Cheers
Hi,
I am glad its better. If you can provide a screenshot of your mobile view, I can try to improve it.
Best regards,
Jordan Shannon
Hi Jordan, how can i attach the screenshot here?
Filippo
Here it is
https://snag.gy/hKVBXA.jpg
There is another button below the blue one but it doesn’t show up
Hi,
Add this to quick css as well:
@media only screen and (max-width: 360px){
.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
margin-top: -40px !important;
width: 350px;
margin-left: -39px;
}
}
Best regards,
Jordan Shannon