Home › Forums › Gillion Theme › Mobile slider display
Home › Forums › Gillion Theme › Mobile slider display
Hello,
Trying to make the top slider on this page https://35.189.229.170 look right on mobile. I’ve tried changing the responsive settings for the columns in WPBakery (and looked at their help pages), but not managing to make the slider images display correctly on smaller laptops, tablets and mobile.
Basically want the full slider images to show on mobile, any tips would be hugely appreciated.
Many thanks!
Hi @kengjoran,
I hope you are well today and thank you for your question.
It displays fine for me as shown in the attached screenshot.
Please advise.
Best regards,
Shufflehound team
Solution for this topic
It seems the slider image also crops on the desktop.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .blog-basic-slider-item-thumbnail { background-size: contain; background-repeat: no-repeat; }
Great many thanks!
You are most welcome here 🙂