• Hi,

    How do I get rid of the spaces in between my categories and sub categories in the sidebar? And how do I get rid of the spaces between pages and subpages in the sidebar?

    Thank you for your help,
    Soosan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have a link that we could see?

    Are we talking horizontal or vertical spacing?

    Thread Starter grmweb

    (@grmweb)

    Sorry I don’t really have a link yet. 🙂 For some reason there is a extra vertical space being added between where subcategories start and end. And the same for subpages.

    It’s like this:
    Main Category

    subcategory

    Main Category

    Thanks for your help.

    I think you’re looking for something like:

    .custom .sidebar ul ul ul
    {
    margin-top: 0px;
    margin-bottom: 0px;
    }

    Thread Starter grmweb

    (@grmweb)

    Thank you! That worked perfectly. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spaces between categories and subcategories; pages and subpages in sidebar’ is closed to new replies.