Form fields passing over border in mobile view

Home Forums SKT Full Width Forum Form fields passing over border in mobile view

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #53235
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hello,

    I have a form style problem.

    When browsing on Smartphone the form fields are being rendered going over the right border with SKT Full Width Pro.

    Could you please direct me to where and what to adjust.

    It would be nice if you can tell me to change the thick black line and instead have a thin line only.

    For better understanding please check the screenshot: screenshot

    #53334
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi Michael,

    Kindly show us the URL of that page.

    Regards,
    Brad

    #53374
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    This is the URL< /a>

    #53377
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    table.eme-rsvp-form { width:100% !important;}
    .single article table td, .page article table td, .single article table th, .page article table th { width:100% !important; display:block !important;}
    input[type=”text”], input[type=”email”], input[type=”url”], input[type=”password”], input[type=”search”] { width:100% !important; box-sizing:border-box !important;}
    }

    Regards,
    Brad

    #53379
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Thank you, that works already quiet good.

    There are some thick black lines. Can you transform them to the also visible thin counterparts?

    #53382
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    Kindly add this code in Custom CSS Box:

    .single article table th, .page article table th{border-bottom:1px solid #100d0a !important;}

    Regards,
    Brad

    #53390
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    That made it, Brad. Thank you. I just had to math thin lines colr! You made it. Can you contact me please directly with your contact details? I’m on facebook, LinkedIn, etc.

    #53398
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30677
    • Total: 30677
    Member since: August 16, 2013

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Form fields passing over border in mobile view’ is closed to new replies.