Mobile version not displaying properly

Discussion in 'Local Business WordPress Theme' started by pinkmaddy, Sep 8, 2015.

  1. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    The mobile version of my site isn't displaying properly. ottawa-plumbing.net
     
  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: 781px){
    .signup {
        width: 80% !important;
      }
     
    .header {
        width: 79% !important;
      }
     
    .feature_content {
        width: 80% !important;
    }
    .feature_info {
        width: 78% !important;
        padding-left: 7px !important;
    }
    .footer-wrapper {
        width: 80% !important;
      }
    }
     
    @media only screen and (max-width: 480px){
    .header {
        width: 39%;
      }
      .menu_bar {
          width: 38%;
      }
      .signup {
        width: 38%;
      }
      }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. pinkmaddy

    pinkmaddy New Member

    Joined:
    Mar 4, 2015
    Messages:
    13
    Likes Received:
    0
    That didn't appear to fix it.
     
  4. priya

    priya Guest

    Hello,

    Could you please provide us your Dashboard credentials at [email protected] so that we can fix your issue as per your requirement?

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page