• lukeroutledge

    (@lukeroutledge)


    Hi there,

    I was wondering if somebody could help me to decrease the space between my page item titles in my sidebar. I would like to add more pages but they will get pushed down so they aren’t visible.

    I’ve tried a few things but to no avail.

    http://www.lukeroutledge.com

    Thanks

    Luke

Viewing 3 replies - 1 through 3 (of 3 total)
  • WPyogi

    (@wpyogi)

    Try adding this to your child theme style.css file and adjusting the margin:

    .menu-item, .page_item {
        margin: 8px 0;
    }

    Thread Starter lukeroutledge

    (@lukeroutledge)

    Thank you again WPyogi.

    Helpful as ever!

    Luke

    WPyogi

    (@wpyogi)

    LOL – you’re welcome (again) 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Space between page items’ is closed to new replies.