Form on website unable to align properly on Small Screen...

Discussion in 'Variant WordPress Theme' started by effyeweb, Feb 19, 2016.

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

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    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){
    .form_wrapper_custom {
        height: auto !important;
        width: 100%;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
  4. priya

    priya Guest

    Helo,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    @media only screen and (max-width: 767px){
    .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="text"] {
        width: 100%;
        float: none;
    }
    .form_wrapper_custom {
        height: auto !important;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    the styling setting of the theme currently i add is as this:

    Code:
    b, strong {
      font-weight: 700 !important;
    }
     
    @media only screen and (max-width: 480px){
    .form_wrapper_custom {
        height: auto !important;
        width: 100%;
    }
    }
     
    .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="text"] {
        width: 100%;
        float: none;
    }

    the result on form become:
    http://www.supermaids.ibatupahat.com/
    fasf.jpg dfdsf.jpg

    ----------------------------------------

    i go through your sample website.....it is allright...... the form format align beautifully......
    http://inkthemes.com/wptheme/variant-wedding-planner-landing-page/

    sdasa.jpg adsdsa.jpg
     
  6. priya

    priya Guest

    Hello,

    It seems that you have entered wrong code (displacement of bracket) in your Custom CSS field..

    You are kindly suggested to put the above code (as I have mentioned in my previous post) carefully and check after that..

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. priya

    priya Guest

    Hello,

    You would be glad to know that your issue has been resolved..

    Kindly check your site and acknowledge the same..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Thanks a lot....... it works now
    www.supermaids.ibatupahat.com

    Code:
    li.inkleadheading h1 {
        margin-top: -31px;
        color: white;
    }
    li.inkleadheading p {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    @media only screen and (max-width: 480px){
    .form_wrapper_custom {
        margin: 20px auto 0 auto;
        width: 100%;
        height: auto !important;
    }
    }
     
     
    @media only screen and (max-width: 480px){
    .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="text"], .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li input[type="email"], .variant_leads_form .inkleadsform .signinForm ul.inkleadsul li textarea {
        outline: none;
        font-family: 'Raleway', sans-serif;
        border: 2px solid #d9d9d9;
        padding: 5px 12px 5px 12px;
        width: 100%;
        float: none;
    }
    }
     
  9. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page