Hi there, The carousel text is cut off as you can see in the attached screen shot. Can you please help fix this issue? Thanks, Mike
Hello, Could you please share us your website link of that page so that we can check your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #slider_wrapper #cc_carousel { max-height: 120px; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hi Yogesh, Thanks a lot! Now I can see the full text of the add in the slider. But why the text is not aligned under the pictures properly? Thanks in advance! Mike
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #slider_wrapper li { text-align: center; } It will resolve your issue. Thanks & Regards Yogesh Bhade