logo not centered on the mobile

Discussion in 'RoadFighter WordPress Theme' started by sandradohn, Mar 11, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    My client is telling me that the logo is not centered on the mobile. I tried the codes for css mentioned in previous support messages with no change in the logo position. Thanks, Sandra

    PS The website is fastfoodmanagercertification.com
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Use the below given code to center the logo position. But before applying the changes you need to follow the steps mentioned in a snapshot given:
    1. Do the changes as shown in image:

    roadfighter-responsive.png


    2. After doing changes apply the code:

    Go to the Appearance > Theme Options >Theme Options and put the given code:

    Code:
    @media only screen and (max-width: 480px){
    .header_wrapper .logo img{
    margin-left: -56px;
    }
    .home-content .page_info h1{
    font-size: 24px;
    margin-top: 65px;
    margin-left: -15px;
    }
    }

    Regards,
    Sameer
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    I tried to follow your instructions but I do not see the same view as you show in the pic and I do not understand what is needed...... I have added some screenshots so you can see what I mean. Thanks, Sandra
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    It seems that you have not installed WP Editor WordPress Plugin. Kindly installed WP Editor and again try to follow the previously mentioned steps in image.

    Regards,
    Sameer
     

Share This Page