Lead Form cut off at 480px

Discussion in 'Appointway WordPress Theme' started by fancypants, Aug 10, 2015.

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

    fancypants New Member

    Joined:
    Dec 29, 2014
    Messages:
    5
    Likes Received:
    0
    Hi,
    the sidebar including the lead form is getting cut off when viewing with an iphone at 480px. I have disabled any custom styles and plugins but still the same. image of problem uploaded.

    Url: http://www.localvanmanedinburgh.co.uk
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .inkleadsform-conatainer {
        overflow: visible;
    }
    }
    Regards!
    Praveen
    InkThemes.com
     
  3. fancypants

    fancypants New Member

    Joined:
    Dec 29, 2014
    Messages:
    5
    Likes Received:
    0
    Thanks for your quick reply...works a treat :)
     
Thread Status:
Not open for further replies.

Share This Page