Help: Lodestar Header Mobile Site Size

  • Unknown's avatar

    Hello, can you please help me with the header for the Lodestar theme? I can’t seem to find a way to make it feature the whole image on the mobile site; it shrinks it to a small banner.

    The blog I need help with is: (visible only to logged in users)

  • Hi dfriendfilms,

    You can add this to the Customize > Additional CSS area of your site to make the full image always appear:

    /* Force Header Image To Scale With Browser */
    
    .custom-header-image {
        background-size: contain;
        background-repeat: no-repeat;
    }
  • The topic ‘Help: Lodestar Header Mobile Site Size’ is closed to new replies.