*

Yogesh

  • ***
  • 27 posts
want to show main page location selector in mobile view also
« on: February 19, 2019, 07:04:57 PM »
Hello,
i want to show that location selector icon option also in mobile view below publish item, can you guide me with some codes to edit in theme.
Thanks

*

MB Themes

Re: want to show main page location selector in mobile view also
« Reply #1 on: February 19, 2019, 09:09:17 PM »
Code is thete, just hidden, press f12 to see it and find what css applies on it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yogesh

  • ***
  • 27 posts
Re: want to show main page location selector in mobile view also
« Reply #2 on: February 20, 2019, 07:59:48 AM »
Thanks for your reply,
actually i am not a developer..just know cut copy paste.. ;D..
so can you please help me by telling me what to edit and where to

thanks

*

MB Themes

Re: want to show main page location selector in mobile view also
« Reply #3 on: February 20, 2019, 08:17:06 AM »
@Yogesh
Add this to your style.css
Code: [Select]
#location-def {display:block!important;}
It will make visible button at bottom of page. If you want to move it to top, you will have to look for developer.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots