*

alsharif

  • ***
  • 48 posts
Display Categories
« on: September 09, 2017, 02:10:54 PM »
How can I condense the display categories on an all pages   

*

MB Themes

Re: Display Categories
« Reply #1 on: September 09, 2017, 04:35:03 PM »
@alsharif
"How..." is not question for support.
Please specify your question, what you did and what you need.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Display Categories
« Reply #2 on: September 10, 2017, 07:51:24 AM »
I need to reduce the space given to the display of categories

*

MB Themes

Re: Display Categories
« Reply #3 on: September 10, 2017, 08:59:49 AM »
You can reduce size of icons, remove title, reduce padding,...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Display Categories
« Reply #4 on: September 10, 2017, 09:48:25 AM »
Thank you! Which file(s) I need to edit and the code to do just that.

*

MB Themes

Re: Display Categories
« Reply #5 on: September 10, 2017, 10:51:26 AM »
@alsharif
You can add to theme style.css following (at first line):
Code: [Select]
#top-cat h1 {display:none!important;}
#top-cat {padding-top:15px!important;}
#top-cat ul li {margin-bottom:5px!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Display Categories
« Reply #6 on: September 11, 2017, 01:26:36 PM »
Many thanks frosticek for the great support that you provide.  Works like a charm. Resolved.