Size of logo on mobile

edited January 2016 in Theme support
the size of the mobile logo on mobile is smaller thant should be. How can I fix it?

the site is:
www.eduardouebel.com.br

Comments

  • Hi,

    looks like you have something inside the right top bar. You can deactivate this section under Theme options > Header & Subheader > Extras section. But to increase logo on mobile, all you can do is clear the padding for mobile logo:
    @media only screen and (max-width: 767px) {
        .header-plain #Top_bar .logo #logo { padding: 0 !important; }
    }
Sign In or Register to comment.