[Resolved] Different bottom header for mobile?

Home Forums Support [Resolved] Different bottom header for mobile?

Home Forums Support Different bottom header for mobile?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1235307
    metcomllc@aol.com

    Using Elements, is it possible to have 1 bottom header for desktop and a different bottom header for mobile?

    #1235397
    David
    Staff
    Customer Support

    Hi there,

    not really – whats the difference between the Desktop and Mobile versions ?

    #1235416
    metcomllc@aol.com

    The text on the image is easier to read on mobile with the other header.

    #1235437
    Leo
    Staff
    Customer Support

    You can try this CSS:

    @media (max-width: 768px) {
        .page-hero {
            background-image: url(https://MOBILE-BACKGROUND-URL);
        }
    }

    Just replace MOBILE-BACKGROUND-URL with the actual URL of the image.

    #1235485
    metcomllc@aol.com

    Out of curiosity, what is the ideal size for the mobile bottom header image? When I added the CSS to this site https://www.newyorkhypnotherapy.org half of the image got off.

    #1235528
    metcomllc@aol.com

    I figured it out. Thanks for your help!

    #1235538
    Leo
    Staff
    Customer Support

    No problem 🙂

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