Trying to make logo disappear for mobile

Discussion in 'ButterBelly WordPress Theme' started by skylerw, Feb 9, 2014.

Thread Status:
Not open for further replies.
  1. skylerw

    skylerw Guest

    Joined:
    Nov 14, 2013
    Messages:
    8
    Likes Received:
    0
    Everything looks good except for the logo showing up on the mobile version. It pushes everything around and makes it hard to read. I love the logo on the desktop site. I was wondering if anyone may have some advice.

    Here is the demo site I'm working with right now if you would like to check it out.

    http://www.masons4mules.com/

    Thanks in advance for responses!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     @media only screen and (max-width: 480px){
    .header .logo {
    display:none;
    }
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. skylerw

    skylerw Guest

    Joined:
    Nov 14, 2013
    Messages:
    8
    Likes Received:
    0
    Thank you, there was some additional work due to some extra div classes, but that worked out just fine! You guys are awesome!
     
Thread Status:
Not open for further replies.

Share This Page