Matt Phillips

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Mobile Column not lined up #85066
    Matt PhillipsMatt Phillips
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: May 26, 2017

    franpower.com

    in reply to: Mobile Logo issue #84848
    Matt PhillipsMatt Phillips
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: May 26, 2017

    Hi,
    I paste this together and separate. Its either the logo works or the menu is removed, not both. Can you paste exactly what I should add to the CSS Box in its entirety to resize logo and remove menu from mobile.

    @media screen and (max-width:767px) {
    .header_right nav, .mobile_nav a { display:none !important;}
    }
    @media screen and (max-width:479px) {
    .header #logo img { max-width:100% !important; height:auto !important;}
    }

    in reply to: Mobile Logo issue #84844
    Matt PhillipsMatt Phillips
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: May 26, 2017

    This removed the menu, however the logo is back to the original (too wide)

    in reply to: Mobile Logo issue #84838
    Matt PhillipsMatt Phillips
    Member
    • Topics: 4
    • Replies: 4
    • Total: 8
    Member since: May 26, 2017

    got it, It worked.
    Id like to remove the ‘menu’ from the mobile version.

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