[Support request] Header Photos Optimized for Mobile

Home Forums Support [Support request] Header Photos Optimized for Mobile

Home Forums Support Header Photos Optimized for Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #366878
    Colton

    Hey GP,

    My header photos that are merged with the primary navigation don’t seem to shrink down on a mobile phone. The photo stays large unlike all the other photos that can be see in their entirety. How do I adjust them?

    my site is coltsimmons.com

    Thanks!

    #366881
    Leo
    Staff
    Customer Support

    Hi there,

    Unfortunately background images are not responsive by nature unlike static images.

    You can try replacing it specifically for mobile like this:

    @media (max-width: 768px) {
        .generate-content-header {
            background-image: url(https://URL-HERE);
        }
    }

    Let me know if this helps.

    #367702
    Colton

    Where would I enter this code?

    #367732
    Tom
    Lead Developer
    Lead Developer
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.