Mobile version following update

  • rodeboy

    #48280

    I have a small site in memory of my late mother at http://www.hanni.co.uk which was built on the old version of Graphene together with Mobile NEO. I have updated to 2.0.2, deleted the NEO theme and the helper & AMTS Pro plugins. After a few updating tweaks I have got the site matching the old version other than on mobiles where the header and menu box do not display.

    I would appreciate any thoughts and suggestions.

    Many thanks, Chris

    Admin

    Syahir Hakim

    #48285

    Hi Chris,

    Add this code to Additional CSS:

    @media (max-width: 767px) {
       #header {
          background-position-x: 0;
       }
       .navbar-inverse .navbar-toggle {
          background-color: #444;
       }
    }
    

    rodeboy

    #48312

    Thanks Syahir. Spot on as always!

    I have another query, but will start a separate thread.

    Regards, Chris

    rodeboy

    #48313

    Sorted the other query myself! Feeling pleased with myself!!

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.