*

hayat

  • ****
  • 115 posts
how to remove hot listing text from main page
« on: March 01, 2016, 09:00:27 AM »
actually i have two questions

1.Hi as its only text and taking a lot of space on Mobile view , so how i can remove it please help thanks
2. How can i arrange the subcategories on mobile or small device view  that they appear horizontal and in blocks please help thanks
« Last Edit: March 01, 2016, 09:32:16 AM by hayat »

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #1 on: March 01, 2016, 09:31:07 AM »
@hayat
1) Please go to file:
oc-content/themes/patricia/style.css

Add here line (anywhere):
Code: [Select]
@media screen and (max-width: 480px) {
  #home-cat .cat-tab .bottom {display:none!important;}
}

2) You need to develop it, there is no easy solution for this.
« Last Edit: March 01, 2016, 09:33:04 AM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #2 on: March 01, 2016, 09:35:47 AM »
actually i have two questions

1.Hi as its only text and taking a lot of space on Mobile view , so how i can remove it please help thanks
2. How can i arrange the subcategories on mobile or small device view  that they appear horizontal and in blocks please help thanks
and what about the second question

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #3 on: March 01, 2016, 09:44:18 AM »
@hayat
1) Please go to file:
oc-content/themes/patricia/style.css

Add here line (anywhere):
Code: [Select]
@media screen and (max-width: 480px) {
  #home-cat .cat-tab .bottom {display:none!important;}
}

2) You need to develop it, there is no easy solution for this.
responsive.ccs or style.ccs ?

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #4 on: March 01, 2016, 09:47:48 AM »
@hayat
Does not matter.
@hayat
1) Please go to file:
oc-content/themes/patricia/style.css

Add here line (anywhere):
Code: [Select]
@media screen and (max-width: 480px) {
  #home-cat .cat-tab .bottom {display:none!important;}
}

2) You need to develop it, there is no easy solution for this.
responsive.ccs or style.ccs ?


actually i have two questions

1.Hi as its only text and taking a lot of space on Mobile view , so how i can remove it please help thanks
2. How can i arrange the subcategories on mobile or small device view  that they appear horizontal and in blocks please help thanks
and what about the second question

already answered
2) You need to develop it, there is no easy solution for this.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #5 on: March 01, 2016, 09:58:26 AM »
@hayat
1) Please go to file:
oc-content/themes/patricia/style.css

Add here line (anywhere):
Code: [Select]
@media screen and (max-width: 480px) {
  #home-cat .cat-tab .bottom {display:none!important;}
}

2) You need to develop it, there is no easy solution for this.
my 1st problem is solved thanks but for second atleast there would be a way to display sub cat in horizontal format so they take less space and looks reasonable in mobile view ONLY ?
« Last Edit: March 01, 2016, 10:17:14 AM by hayat »

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #6 on: March 01, 2016, 10:12:09 AM »
@hayat
Modify CSS related to categories in responsive.css, this block use selector starting with:
Code: [Select]
#home-cat .cat-tab .middle
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #7 on: March 01, 2016, 10:27:41 AM »
@hayat
Modify CSS related to categories in responsive.css, this block use selector starting with:
Code: [Select]
#home-cat .cat-tab .middle
little confused two lines are there like this
1. #home-cat .cat-tab .right {display:none;}
2.  #home-cat .cat-tab .middle {width:80%;padding:0;}
which one to modify ?

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #8 on: March 01, 2016, 10:44:13 AM »
@hayat
Well you do not understand. Development is not about lines modification or pasting some code, you need to create mockup and based on this create CSS, HTML and PHP code to get that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #9 on: March 01, 2016, 10:50:03 AM »
@hayat
Well you do not understand. Development is not about lines modification or pasting some code, you need to create mockup and based on this create CSS, HTML and PHP code to get that.
oh i see , i thought you said put this like instead of that , my mistake
 but what i want must be few lines how about that to share it with me or does it comes under custom work ? :-)

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #10 on: March 01, 2016, 11:03:27 AM »
@hayat
As I told, forget about "copy this line there and this line there", it needs to be developed.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

hayat

  • ****
  • 115 posts
Re: how to remove hot listing text from main page
« Reply #11 on: March 01, 2016, 01:16:38 PM »
@hayat
As I told, forget about "copy this line there and this line there", it needs to be developed.
so are you going to develop it for me ?

*

MB Themes

Re: how to remove hot listing text from main page
« Reply #12 on: March 01, 2016, 01:38:39 PM »
@hayat
No, support is provided only to theme itself as is, bugs & problems.
Custom development is not included.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots