Problem with responsive form Submit Button (Travel Booking - Variant)

Discussion in 'Variant WordPress Theme' started by mdbrand, Jul 8, 2015.

Thread Status:
Not open for further replies.
  1. mdbrand

    mdbrand New Member

    Joined:
    Dec 17, 2013
    Messages:
    6
    Likes Received:
    0
    style: Travel Booking - Variant

    can you fix this issue with the form for the responsiveness of it
    http://prntscr.com/7qblv9


    Even if I increase the Form Height it still doesn’t show the submit button.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us URL of your website so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. mdbrand

    mdbrand New Member

    Joined:
    Dec 17, 2013
    Messages:
    6
    Likes Received:
    0
  4. mdbrand

    mdbrand New Member

    Joined:
    Dec 17, 2013
    Messages:
    6
    Likes Received:
    0
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    1>
    Code:
    @media only screen and (max-width: 480px){
    .form_wrapper_custom iframe {
      height: 740px;
    }
    }
    2>
    Code:
    @media only screen and (max-width: 480px){
    .form_wrapper_custom.form_iframe {
      width: 100% !important;
      margin-left: 0 !important;
    }
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  6. mdbrand

    mdbrand New Member

    Joined:
    Dec 17, 2013
    Messages:
    6
    Likes Received:
    0
    these worked perfect thanks!!!
     
Thread Status:
Not open for further replies.

Share This Page