Unable to align font awesome icon

Home Forums Toothy Theme Support Unable to align font awesome icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #98027
    kalvinleekalvinlee
    Participant
    • Topics: 11
    • Replies: 12
    • Total: 23
    Member since: November 22, 2017

    For my site https://www.manhattanbridgeortho.com/ I am trying to align the header items to center when the window is resized down or for mobile use. I was able to center align the phone number and the social icons, however I am having issues aligning the font awesome phone icon to align next to my phone number in the header. Thanks for your help.

    #98029
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .header-right .column1 { width:43%;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.