Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209675

    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

    #209827

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS Alignment Help in Mobile View’ is closed to new replies.