Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1322284
Removing Quickfinder Icons for Mobile
Closed

Comments

  • nachamaa started the conversation

    Hello,

    As you can see in the attachment, on mobile (smaller screen sizes) the icons for the Quickfinders get cut off. Is there anyway to disable the icons only for screen sizes of Mobile devices only?

    Regards

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 768px) {
    .quickfinder.quickfinder-alignment-right .quickfinder-item.icon-size-xlarge .quickfinder-item-table .quickfinder-item-image {
        display: none;
    }
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • nachamaa replied

    Worked great, thank you!

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver