Poblem with columns on small screens

Discussion in 'ColorWay WordPress Theme' started by csksoftware, Oct 6, 2014.

  1. csksoftware

    csksoftware New Member

    Joined:
    Apr 25, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,

    When I view this website http://www.vbknl.nl/en/contact on a for example iPhone (or other small screen) the form and the text that should be below the form get mixed. (see the screenshot below)

    I use the contact form 7 plugin for the contact form and I tried three different column/shortcode plugins (WEN's Responsive Column Layout Shortcodes, Zillashortcodes and one other) but they all give the same result.

    Would you be so kind to advise on what colum plugin to use or how I can solve this problem.

    Thank you in advance!

    Best Regards,
    Jordy

    [​IMG]
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Contact your plugin author.

    Thanks & Regards
    Yogesh Bhade
     
  3. csksoftware

    csksoftware New Member

    Joined:
    Apr 25, 2012
    Messages:
    2
    Likes Received:
    0
    Hello,

    The Advanced WP columns works fine with this theme.

    Best Regards,
    Jordy
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    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){
    input[type="text"],input[type="email"],textarea {
    width: 98%;
    height: 18px;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page