Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #356654

    HI,
    Seems like after every update, my mobile header settings get messed up. I am using this code:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    height: 55px !important; margin-top: 3px!important;}
    .responsive .logo { margin-left:-10px!important; }
    }

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle {
    display: block;
    right: -15px;
    top: 40px; }
    }

    .logo img {
    margin-top: 5px;
    }

    .header-scrolled .logo img {
    margin-top: 0;
    }

    which was fine before the 3.04 update, but now the logo is displaying at the wrong aspect ratio (see attached image).
    Can you help me fix this?
    Thanks!
    Nancy

    #356673
    This reply has been marked as private.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘mobile header changes’ is closed to new replies.