[Support request] Mobile Banner Image large size

Home Forums Support [Support request] Mobile Banner Image large size

Home Forums Support Mobile Banner Image large size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974503
    Christine

    Hi,

    Will you please help me to have the mobile banner image similar to my staging website? https://prnt.sc/onrenj

    Staging site URL is: https://staging.gartersandco.com.au/

    #974699
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media (max-width: 768px) {
        .banner-image img {
            height: 400px;
            object-fit: cover;
        }
    }
    #975811
    Christine

    Hi,
    This worked. Thank you

    #975833
    David
    Staff
    Customer Support

    You’re welcome

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