• Resolved iridium21

    (@iridium21)


    This is a GREAT theme that does everything I need it to do (almost). It looks great in all browsers – except it does NOT work on my iPhone. All that shows up on iPhone is the logo and the side bar. When you click on the menu links – again, all that shows up is the logo and the side bar. So the site is unusable by mobile devices.
    How can this be fixed?

    ALL HELP AND ADVICE GREATLY APPRECIATED

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site?

    Thread Starter iridium21

    (@iridium21)

    Sorry, I should have done that.
    it’s https://www.werribeeparkheritageorchard.org.au/

    Thanks for taking a look!

    The problem seems to be this code in your custom CSS:

    #content {
        float: right;
        width: 960px;
        background-color: #ffffff;
    }

    It applies no matter what the screen size is, so it fouls up the responsiveness at screen sizes smaller than 960px. Deleting it would fix the problem, but do you remember why you added it?

    Thread Starter iridium21

    (@iridium21)

    You are a total star, Stephen. You’ve fixed the problem. THANK YOU!
    I can’t remember why I added that piece of code, but it’s gone now and the site looks fantastic on my iPhone. Many, many thanks. May good karma pour blessings upon you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme is not responsive!’ is closed to new replies.