• Resolved villagegreen

    (@villagegreen)


    I have a custom menu in my right sidebar. Each line has too much space between them. How do I close up the leading on that list?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ion Rutz

    (@ionrutz_machothemes)

    Hello,

    Try this custom CSS to make the height smaller:

    .widget .nav > li > a{
    padding: 5px 15px;
    }

    Let me know if it’s working alright.

    Regards

    Thread Starter villagegreen

    (@villagegreen)

    I got it to work with this.

    .sidebar ul li {
    line-height: 5px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar leading’ is closed to new replies.