How to eliminate white space gap between sub-category in widget

Discussion in 'GeoCraft WordPress Theme' started by iqbali, Mar 22, 2018.

Tags:
  1. iqbali

    iqbali Member

    Joined:
    Jul 24, 2013
    Messages:
    31
    Likes Received:
    0
    Hi

    I've been using Geocraft widget category to show all listing category at my front page (using hierarchy selection). But when im start adding sub-category, i realized that between the sub-category in widget, there's a significant gap white space. How do i eliminate these white space gap? so my sub-category looks close to each other, rather than separated by these white gap. Thank you

    note : i'm look at the widget.php files, but not sure which code should i edit. so i made a screenshot for references. Thank you

    Iqbal
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Iqbal,

    Greetings from InkThemes,

    To remove that space, just paste the code given below in Custom CSS section.
    (Dashboard->GeoCraft->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar ul li .children {
        list-style-type: inherit;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page