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

    Hello everyone
    it is possible that this CSS code is only applied on the mobile:

    .page-id-1090 #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    Thank you and nice greetings
    Franz

    #1142286

    Hey schweg33,

    Yes, of course. Please try the code like this:

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

    Best regards,
    Victoria

    #1142499

    Thank you Viktoria
    work great

    you can close this request
    beautiful greetings
    and thank you
    Franz

    #1142510

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Only mobil’ is closed to new replies.