This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Setting hidden in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20815
    JavierJavier
    Participant

    Hi

    I would like to know if it is possible to hide settings on mobile and just keep the search.

    See pic below.
    https://prnt.sc/m8hfdb

    Please, let me know if any question.

    thanks in advance.
    Best.
    Javi

    #20816
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Javi,

    I see you use Visual Composer (?) there, and I think it allows hiding the column on mobile, maybe that is a possibility.
    Otherwise you can try using a custom CSS, like so:

    
    @media only screen and (max-width:480px) {
        .asp_sb_4 {
            display: none !important;
        }
    }
    #20822
    JavierJavier
    Participant

    OMG Ernest.

    Sorry to take your time off for this.

    I just forgot you can hide a column with wpbakery. Again sorry for my mistake.

    Best.
    Javi

    #20834
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Setting hidden in mobile’ is closed to new replies.