• Resolved huusmann

    (@huusmann)


    Hi,

    Is there a way to hide the floating language selection on desktop, so that it only displays on mobile? I am using the language switcher short code in the menu bar on desktop, so there is no reason to display the floating language selector as well. I am able to hide the short code on mobile in Elementor.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Yes you can, please add the following into the Additional CSS field.

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

    If you want to reverse the effect and show only to desktop the floading you just change the
    min-width with max-witdth.

    Cheers,

Viewing 1 replies (of 1 total)
  • The topic ‘Hide floating language on dekstop’ is closed to new replies.