Logo distorted on mobile screen

Home Forums All Other Themes Logo distorted on mobile screen

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #46501
    EraldaEralda
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: April 16, 2016

    we have a problem with my theme for restaurant.
    Our Logo “Fabio’s” on the mobile screen is distorted.
    How can I fix it?

    We require some help in fixing the problem.

    Thank you.

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

    Hi Eralda,

    Kindly show us your website URL.

    Regards,
    Dave

    #46555
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Here is the URL Dave: www.fabiospizzadoha.com

    Regards,
    Shri

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

    Hi Eralda,

    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{width:auto !important;}
    }

    Regards,
    Dave

    #46584
    EraldaEralda
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: April 16, 2016

    Thank you very much!!!!
    Its possible to have a background in black color?
    Now is in grey color.

    Thank you again

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

    Go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:768px){
    .header-inner{background-color:#000000 !important;}
    }

    Regards,
    Dave

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