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
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
Thank you Viktoria
work great
you can close this request
beautiful greetings
and thank you
Franz
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon