Hello together
I have installed here a magnifying glass from a plugin
then I have set that this magnifier is vertically centered
(css below)
that fits so far.
I want this magnifier is only displayed on the PC
But not on the tablet
is this possible
thanks
kind regards
Franz
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 769px) {
#top .asp_w.asp_m {
display: none !important;
}}
Best regards,
Yigit
Hallo Yigit
Thanks a lot
That is so ok for me
Your support is always great
you can close this request
kind regards
Franz