Hi guys
I have a dropdown form that I created in layerslider
Can be seen on the http://www.rcgauto.com – “SELECT YOUR INDUSTRY”
Curious what I can do to have the form be centered horizontally when viewing the site on a mobile phone.
Thanks
Hi rcgroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#layer_slider_1 select { margin-left: -10px; }}
@media only screen and (max-width: 767px) and (min-width: 481px) {
#layer_slider_1 select { margin-left: 50px; }}
Cheers!
Yigit