Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, if you are familiar with responsive web design and CSS then you can customize how WPAdverts looks like on mobile devices from wp-admin / Appearance / Customize / Additional CSS panel by adding some responsive CSS code.

    Thread Starter zxkirazx

    (@zxkirazx)

    Could you give me an example code like if i dont want the search bar to appear in mobile, how would it be?

    Plugin Author Greg Winiarski

    (@gwin)

    Try the code below it should do it

    
    @media all and (min-width: 0px) and (max-width: 760px) {
      .adverts-options { display: none !important }
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile View’ is closed to new replies.