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
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
Thank you Mike
Fits great
You can close this request
kind regards
Franz
Hi Franz,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko