This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Satbeer Singh

  • ****
  • 107 posts
Changing the css of mobile site
« on: August 08, 2019, 10:42:50 AM »
Sir i just want that the sellers info & listing location of the product in the mobile theme is to drop down by the user but i want it to let it open so that it can be easily read by the users.
So sir how can we do it.

*

MB Themes

Re: Changing the css of mobile site
« Reply #1 on: August 08, 2019, 12:15:36 PM »
@Satbeer Singh
Easiest way is to add click event on these to after page is loaded via jquery, so it opens.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #2 on: August 08, 2019, 12:22:21 PM »
@MB Themes
Sir i just want when the user come on the page both the parts(seller's info & Listing location) to be display as block.
So sir how can change it.
Thanks for your rply.
« Last Edit: August 08, 2019, 02:50:17 PM by Satbeer Singh »

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #3 on: August 08, 2019, 06:09:58 PM »
@MB Themes
Sir why are you not replying on this topic.
« Last Edit: August 09, 2019, 06:17:24 PM by Satbeer Singh »

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #4 on: August 11, 2019, 09:49:02 AM »
Where to put the code in responsive.css to display seller info and listing location to display as block in mobile.
 i want only the seller info and listing location part to show as block or be opened before not the drop down in the site so how can i do that.
« Last Edit: August 11, 2019, 03:03:39 PM by Satbeer Singh »

Marked as best answer by frosticek on August 12, 2019, 02:44:04 PM
*

MB Themes

Re: Changing the css of mobile site
« Reply #5 on: August 12, 2019, 09:09:05 AM »
@Satbeer
Your spam does not make sense.
Code: [Select]
@media screen and (max-width: 767px) {
  #side-right #seller > h2 {display:none!important;}
  #side-right #seller .body {display:block!important;}
}

That's the way, rest is on you.
« Last Edit: August 12, 2019, 11:53:24 AM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #6 on: August 12, 2019, 10:08:27 AM »
Sir i am not spamming you were not replying so i posted my query to let you know the details of the modification i want to do.
But Sir i have pasted the code and still it is as it is and also i have clear cache and cookies of the browser to test it.

*

MB Themes

Re: Changing the css of mobile site
« Reply #7 on: August 12, 2019, 11:53:46 AM »
Updated previous code. If you have no clue about css, do not do modifications, it does not make sense.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #8 on: August 12, 2019, 02:13:34 PM »
Thank you sir for the code also tell the code about listing location to display as block.

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #9 on: August 15, 2019, 09:17:22 PM »
Sir its been 3 days u havent replied.

*

MB Themes

Re: Changing the css of mobile site
« Reply #10 on: August 16, 2019, 09:20:21 AM »
That's the way, rest is on you.

Hope that changing one word in code is not problem for you  ::)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Satbeer Singh

  • ****
  • 107 posts
Re: Changing the css of mobile site
« Reply #11 on: August 17, 2019, 06:59:00 AM »
Thank you sir it worked..😊😊