Why is header logo not responsive?

Home Forums All Other Themes Why is header logo not responsive?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54918
    DerekDerek
    Member
    • Topics: 7
    • Replies: 11
    • Total: 18
    Member since: June 7, 2016

    I would like the header logo to be responsive and the menu to be centered below it.

    www.shicinc.com

    Also, how to tell what the various sliders are as there are many to choose from.

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

    Hi Derek,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    #topmenu ul li a{padding:36px 19px !important;}
    @media screen and (max-width:768px){
    .logo img{height:auto !important; width:auto !important;}
    }

    Regards,
    Dave

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