• I love the theme and it looks good on mobile phones as well. The only problem is that the header does not resize on mobile devices. You can only see part of the business name. Is it possible to choose or create a different header that will look better on mobile devices? Thanks! The site is https://www.hersheyvet.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sharonwilliams73

    (@sharonwilliams73)

    I’m still working on this issue. Does anyone have any suggestions? Thanks!

    Hi Sharon,

    Thanks for writing in,

    If you want to achieve something like this header: https://prntscr.com/7ezmwx so you can add following code under Appearance > Theme Options > Custom CSS:

    #tagline {
      display: none;
    }
    
    .custom-header {
      background-size: 100% 100%;
    }

    Hope this helps!

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header not resizing on Mobile Site’ is closed to new replies.