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

    I am trying to resize the logo on mobile so that it does not size out of the header when set with a custom pixel height.

    I am trying:

    .logo {
    padding-left: 50px;
    height: 45px !important;
    }
    #393855

    Hi coreyblaser!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 769px) {
    .shiftnav-wrap { padding-top: 0!important; }}

    Best regards,
    Yigit

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