Logo not centred on Mobile site

Discussion in 'RoadFighter WordPress Theme' started by johnwebtrends, Oct 11, 2013.

  1. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    www.webtrendsevents.com - when you show the website in a mobile view (shrink the browser page) the Engage logo is off centre. please provide a code to ensure that the logo is centered on Mobile (not affecting ipad which looks good)
     
  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_wrapper .logo img {
    margin-left: -39px;
    }
    }
    Adjust its value as per your requirements.
     

Share This Page