Woodpecker Mobile Issue

Discussion in 'Woodpecker WordPress Business Theme' started by marketingtypeguys, Dec 22, 2015.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi --

    Been using this theme for a while, and haven't really made any changes, but all of a sudden, we're not passing Google's Mobile Friendly Test. See attached screen shot. I've deactivated all plugins, checked image sizes, looked for any weird code...etc.

    Can you please take a look and see what you can find?
    http://onehourcherryhill.com/

    Thanks,

    Chris
     

    Attached Files:

  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 (max-width: 480px){
    .feature-tagline-container {
        margin: 0 -160px;
    }
    .feature-tagline-container h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 144px !important;
        margin-top: -172px !important;
        margin-bottom: -284px !important;
    }
    .feature-tagline-container h4 {
        padding: 178px !important;
        font-size: 17px !important
    margin-bottom: -287px;
    }
    .feature-tagline-container p {
        font-size: 18px;
        padding: 152px !important;
        margin-bottom: -170px !important;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page