Site looks terrible after update to responsive

Discussion in 'ColorWay WordPress Theme' started by elames3, Mar 14, 2015.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    See this site: http://jeanbmoyer.com
    I put padding to center logo,but when viewed on smartphone, it is not centered.
    How to I get this to look good on both?
    Thank you
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    @media only screen and (max-width: 767px){
    .logo {
    width: 69%;
    margin-left: -45px;
    }
     
    }
    Regards,
    Sameer
     

Share This Page