• eliazara73

    (@eliazara73)


    The rest of the theme works great going from desktop to mobile, except the header is not responsive at all. Do I have to have a differently sized image for the mobile version? Other pictures on the same page work fine. Logo even works if I drop it down into the body below.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hello @eliazara73

    i’m sorry for the inconvenience, if needed you can decrease the padding of logo wrapper for mobile devices going to appearance > customize > additional css

    @media screen and (max-width: 480px) and (min-width: 0px) {
    #logo-wrapper {
    padding: 40px 0 !important;
    }
    }

    Please let me know

    Alex

    Thread Starter eliazara73

    (@eliazara73)

    I’ve tried that and the logo is still showing full size on mobile, right off the screen :/ I don’t have any other plugins going, so nothing is interfering.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unresponsive’ is closed to new replies.