Mobile View on Ipad is cutting off sidebar

Discussion in 'ColorWay WordPress Theme' started by s7theme, Jul 24, 2013.

  1. s7theme

    s7theme New Member

    Joined:
    Jul 23, 2013
    Messages:
    15
    Likes Received:
    1
    Hi;

    Although it is fine on Iphone, on the Ipad, my template is cutting off the sidebar slightly - I replaced the Lead Capture form with a Aweber plugin.

    http://theme.s7works.com

    Thanks in advance!

    Rhonda
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #af-form-142623208 {
    width: 100%;
    }

    This will solve your issue.
     
  3. s7theme

    s7theme New Member

    Joined:
    Jul 23, 2013
    Messages:
    15
    Likes Received:
    1
    Hi Gourav;
    It seems like that worked for the frontpage, but I am still having problems with sub-pages. Does that code affect subpages as well?

    Thanks;
    Rhonda
     
  4. s7theme

    s7theme New Member

    Joined:
    Jul 23, 2013
    Messages:
    15
    Likes Received:
    1
    Here is the screenshot again.
     

    Attached Files:

  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #af-form-142623208 {
    width: 100%!important;
    }
    This will solve your issue.
     

Share This Page