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

    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

    #1326704

    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

    #1326902

    Hallo Yigit
    Thanks a lot
    That is so ok for me
    Your support is always great

    you can close this request

    kind regards
    Franz

    #1326937

    Hi Franz,

    Great, I’m glad that we could help. I’ll close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magnifier not on tablet’ is closed to new replies.