How to reduce the size of the slider images on smart Booking template www.professional-windowcleaning.com
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flexslider .slides img { width: 80%; height: auto; margin: auto; margin-top: 8%; } Please adjust according to your need. Thanks & Regards Pramod
I tried this in the Smart Booking theme and nothing happened. I went down to 50% with no change in slider image size. Could it be that the .flexslider has a different name now?
Hi, Greetings from InkThemes, It would be our pleasure to serve you. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slides img { height: 600px !important; width: 600px !important; } Note:- Please change the height and width accordingly. Hope it will resolve your issue Thanks & Regards! Nitin InkThemes.com