*

nijamutheen

  • ****
  • 110 posts
How to show listings on gallery view only on Mobile ?
« on: August 19, 2017, 08:40:47 PM »
How to show listings on gallery view only on Mobile view but desktop need to show listing view

*

MB Themes

Re: How to show listings on gallery view only on Mobile ?
« Reply #1 on: August 20, 2017, 10:31:29 PM »
@nijamutheen
Theme does not have such solution.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: How to show listings on gallery view only on Mobile ?
« Reply #2 on: August 20, 2017, 11:26:51 PM »
How to hide online chat and instant plugin only on Mobile listing not desktop listing instead of showing following screenshot

*

MB Themes

Re: How to show listings on gallery view only on Mobile ?
« Reply #3 on: August 21, 2017, 01:04:44 PM »
Add following to your style.css
Code: [Select]
@media screen and (max-width: 767px) {
  .class, #id, element {display:none!important;}
}

Replace .class, #id, element with identification of elements.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: How to show listings on gallery view only on Mobile ?
« Reply #4 on: August 21, 2017, 06:18:59 PM »
How to see .class, #id, elements ?

*

MB Themes

Re: How to show listings on gallery view only on Mobile ?
« Reply #5 on: August 21, 2017, 06:44:34 PM »
Use browser console or right click on element and select inspect
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: How to show listings on gallery view only on Mobile ?
« Reply #6 on: August 23, 2017, 09:08:03 PM »
Sorry bro
I didn't find element id and class  id i sent my site to PM messages so can u help me for some example or can u do for me ?


Thanks & Regards
« Last Edit: August 26, 2017, 06:58:19 AM by nijamutheen »