How do I move the slider description box & button to left and also, how do I increase the width of the slider description box.? See attached screenshot. URL:http://webworxworld.com/client-demo3/
Hi deveshd, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: @media only screen and (max-width: 1800px) and (min-width: 320px){ .flex-caption { width: 650px; left: 5%; } } Note : You can change width and position according to your need. Thanks Praveen