• Resolved maomarketplace

    (@maomarketplace)


    Hi All!

    @sdenis @raster02 Can you please suggest how to hide Floating language selector on Mobile devices? It works good on desktops but ruin navigation on small mobile screens.

    Can it be done in this way @media (min-width: 320px) and (max-width: 768px) { /*Some rules to hide Floating language selectior*/}

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter maomarketplace

    (@maomarketplace)

    @sdenis @raster02 could you pleeeaaase reply?

    Hello,

    Truly sorry for the response time,
    There has been a great load on our support team in the past few days, but such a long reply time is very uncommon.

    You can do that with a bit of CSS that you can add via your Customizer interface: WordPress → Appearance → Customize → Additional CSS

    Then add this CSS to it:

    @media screen and (max-width: 768px) { #trp-floater-ls {
    	display: none !important;
    	}}

    Kind regards,

    Thread Starter maomarketplace

    (@maomarketplace)

    @sdenis Thanks a lot! It works! IMHO that point deserves to be mentioned somewhere in FAQ
    P.S. Awesome plugin 🙂
    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to hide Floating language selector on Mobile?’ is closed to new replies.