I still can´t get the form the way I want it

  • ANAHOYOS
    Asked on October 22, 2017 at 8:36 AM

    Hello again, I did want you told me to push de map to the right and it worked, but I want the text of the form on the left to be all together but I can´t get the effect, I tried putting to colums and somehow the map was placed to de rigt of the name but the rest of the form still under the end of the map.

    Another problem is that the map doest show the + and - signs since I redimentioned it.

    Thanks for the help you can provide, Ana.

    Jotform Thread 1279422 Screenshot
  • Welvin Support Team Lead
    Replied on October 22, 2017 at 9:05 AM

    I'll work on this now. Please do not touch the form until I give you the update here. 

  • Welvin Support Team Lead
    Replied on October 22, 2017 at 9:16 AM

    I've fixed it. I've replaced your CSS codes to the following:

    li#id_9 {

        position: absolute;

        margin-left: 275px;

    }

    @media only screen and (max-device-width: 767px) {

    li#id_9 {

        position: relative;

        margin-left: 0;

    }

    }


    The @media CSS is for the mobile responsiveness of the map.