Hi Am I able to remove the space allocated for the Slider Description so that the Slider Heading is centered opposite the Slider Image and How do I change the default dimensions (Height & Width) that have been set for the Slider Image Thanks
Hi, Use the given below code in custom css to change the height and width of slider image. Code: .images a img { width: 561px !important; height: 367px !important; } If this code doesn't solved the issue then please provide us some edited screenshot so that we can provide you the exact solution. Thanks, Praveen
Hi Praveen The code didn't seem to work - attached is how the slider image looks, it is distorting the image horizontally
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slide .entry h2 { background: none !important; } .slide .entry { margin-top: 140px; } Thanks, Praveen
Thanks Praveen, that fixed positioning of the text, now I need to reduce the width of the slider image
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slide .images img { width: 44% !important; } Please adjust the width according to your need by changing the value. Thanks, Praveen