Mobile Browser view and Header Logo Image

Discussion in 'Compass WordPress Theme' started by furballschoice, Jul 30, 2014.

  1. furballschoice

    furballschoice New Member

    Joined:
    Jul 27, 2014
    Messages:
    4
    Likes Received:
    0
    Hi,

    I'm building a site at http://www.furballschoice.com using this theme and have an issue with the mobile view. The header logo I've place is completely out of alignment when viewed on mobile devices and looks really bad.

    Is there a way to have this automatically resize the logo, or use an alternate logo image altogether, when viewed on a mobile device?

    Thanks.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .logo img {
    max-width: 100%;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page