Smartphone View

Discussion in 'Compass WordPress Theme' started by joswebsitedesign, Jul 29, 2014.

  1. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    I have just read your previous thread re:smartphone view and I added that css code to my site and it is not working.

    can you please advise what to do from here.

    website: www.hairaholicswarehouse.com.au

    Kind regards,
    Jo
     
  2. Nitesh

    Nitesh Support Staff

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

    For logo view in smart phone
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .logo img {
    max-width: 100%;
    }
    @media only screen and (max-width: 480px){
    .header .logo {
    margin-left: 9px;
    }} 
    Please let me know if you are getting another problem too.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page