Hello, the website is http://rcgauto.staging.wpengine.com/ (hosted on WPengine)
I need assistance styling the slider so that when the screen is adjusted the formatting remains consistent.
Specially how do I center the text or what formatting can I apply to it,
Thanks
Hello rcgroup!
Please add following code to Quick CSS in Enfold theme options
span.ls-s-1 { text-align: left; }
@media only screen and (min-width: 989px) and (max-width: 1140px) { span.ls-s-1 span { font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 988px) { span.ls-s-1 span { font-size: 17px; } }
@media only screen and (min-width: 989px) and (max-width: 1140px) { span.ls-s-1 { left: 5px; } span.ls-s-1 span { font-size: 11px; } }
Regards,
Yigit