How to center Contact info in mobile

Discussion in 'Infoway WordPress Theme' started by molatin, Apr 12, 2013.

Thread Status:
Not open for further replies.
  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    in http://ahcc.wpx.me we have added a book now button which only shows in responsive and is still part of the contact info area, how can we make it centered and reduce the space between the Tap to Call button. Thank You
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    @media only screen and (max-width: 480px){
    .header .contactinfo a img {
    margin-left: 50px!important;
    }
    }
     
  3. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Thank you very much
     
Thread Status:
Not open for further replies.

Share This Page