• Resolved marijkew

    (@marijkew)


    Hi,

    My website is currently under construction, so cannot show the link to the website.

    I want to hide some columns in my Header on my Mobile responsive mode, but it seems to only be possible on Mobile Portrait mode. Is there a way to hide it on a mobile landscape (rotated) mode?

Viewing 1 replies (of 1 total)
  • Plugin Support Md Abdullah Al Arif

    (@faithcoder)

    Hi @marijkew,

    The default responsive controller in the Elementor is limited to three device styles: Desktop, Tablet, and Mobile. Unfortunately, it does not currently support setting specific styles for mobile landscape (rotated) mode [screenshot].

    If you’d like to target mobile landscape specifically, you can use custom CSS with media queries. For example:

    @media screen and (max-width: 767px) and (orientation: landscape) {
    /* Your custom styles here */
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.