• T Can

    (@t-can)


    I am using Twenty Eleven theme and it says it should be Mobile Friendly but the Google developers says my website is not.

    The website is http://healing-path-centre.com/

    Can you please tell me what is stopping it being mobile friendly.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your logo.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    @media screen and (max-width: 420px) {
    
        #branding img {
            width: 100%;
        }
    
    }

    Thread Starter T Can

    (@t-can)

    Thanks Yes I am using a child theme but when I try to edit my child theme and press update file it takes me to an error page with the top tab says

    “Nothing found for WP Admin Theme Editor Php”

    Is my child theme corrupt?

    TIA

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Website not Mobile Friendly’ is closed to new replies.