mobile Logo distorted

Home Forums All Other Themes mobile Logo distorted

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47318
    LaMonteLaMonte
    Member
    • Topics: 4
    • Replies: 1
    • Total: 5
    Member since: August 1, 2016

    Hi,

    Is there anyway at www.crossfitwestoftheriver.com to keep the logo (circle logo with Welcome to WOR at the side) the same as it is now on the desktop version but make it look normal on the mobile version? It is distorted when you you switch it to mobile or visit the site from your phone.

    Thanks so much.

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

    Hi,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px){
    .header .header-inner .logo img{height:auto !important;}
    }

    Regards,
    Brad

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