Tagged: responsive, slider
Hi,
Just noticed that on smaller screens the main homepage slider images seem to be cut off rather than being responsive, for example on mobile phones and ipad sizes. Please advise,
Thanks!
P.S. Is there a way to search your forum – in case this has been asked already – I can’t see any search box?
Hi emeraldwave,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. The search function is located in the menu on the top right hand side of your screen.
Best regards,
Rikard
Hi Rikard, thanks for your reply I’ve added the access now.
Hi!
I can’t see any slider on the page you have provided. We need a precise link where we can see the issue, to inspect the elements. Try to deactivate all plugins to check if one is causing this problem.
Cheers!
Andy
Hi Andy,
It’s the large main image on the homepage at http://www.bellabosphoruscruise.com/ .
Currently the slider uses on 1 image, that’s might be why you thought you couldn’t see it. Please see the HTML indicating slider and image in question attached.
PS Deactivating all plugins makes no difference.
Hi!
responsive does not mean it will automatically look how you wish, instead it means that you can control different behaviors on different screen sizes. So control your background image by using this code:
li.av-single-slide.slide-1.active-slide {
background-size: 200% 88%;
}
Play around with both values until it fits to you.
Best regards,
Andy