• Hi all,

    Pretty worn out trying to solve this issue, I do apoligise, I am not a developer just a guy asked to support on website updates and your patience is appreciated, I cannot get rid of the “red Box” and shortcbe from the Mobile View.

    Any Help would be greatly appreciated

    Thank You

    Peter.

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

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    If you don’t want to display the search bar at all on mobile views, you can use this custom CSS code:

    @media only screen and (max-width: 480px) {
        .asl_w {
            display: none;
        }
    }

    If you don’t know where to put this, you can use this field on the search plugin options: https://i.imgur.com/oUaWy3h.png

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Image on Mobile view’ is closed to new replies.