Hello, You can adjust width of slider text box by using following CSS in Custom CSS. Code: .blackwell_slider .container { width: 600px; } In above code you can increase or decrease width of slider text box. That will resolve your issue. Thanks & Regards Yogesh Bhade
Perfect! Thank you! Now, is it possible to move the position of the left/right arrows (the slider arrows) so that they are left aligned instead of center? Or just move it a bit one way or another?
Hello Vesity, Following CSS code will fix your problem. Code: .slides-navigation { left: 382px; } It will resolve your issue. Thanks & Regards Yogesh Bhade