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

    hello all
    I have set here that on the page home the base is displayed at the bottom (see below)
    is it possible that it is only displayed on the large pc so only on the desktop.

    thanks in advance

    kind regards
    Franz

    #1360017

    Hey schweg33,
    Thanks for your question, you could try wrapping your css in a media query like this:

    @media only screen and (min-width: 1440px) {
    .page-id-1090 #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    } 
    }

    Best regards,
    Mike

    #1360065

    Thank you Mike

    Fits great

    You can close this request

    kind regards
    Franz

    #1360085

    Hi Franz,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘display only on desktop’ is closed to new replies.