Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1322077

    Hi,

    I have used some css to decrease the logo size on this website and that worked great for mobile version, but now the hamburger & search icon are too low, need to be centered in the header area like the logo, and can’t seem to figure out how to do that.

    Have used this css so far:

    @media only screen and (max-width: 767px) {
    .logo, .logo a, .logo img {
    max-height: 50px!important; }
    .responsive .mobile_slide_out .logo img {margin-left: -30px!important; margin-top: 0px; }}

    Staging Site is here: http://047f6450c0.nxcli.net/

    #1322193

    Hey Eleina_Shinn,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .av-main-nav-wrap {
        margin-top: -17px;
    }
    }

    Best regards,
    Rikard

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