Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #913310
    MCC
    Participant

    Hi

    I’m trying to reduce the line height for an individual menu item. I tried this custom css:

    }

    li#menu-item-3057 {
    line-height: 5px;
    }

    But no joy. The site is cse-net.co.uk and the menu item ‘Implement an IT Project’.

    Many thanks

    James

    #913548
    Prasant Rai
    Moderator

    Hello James,

    Thanks for writing in!

    Please replace your code with the one given bellow:

    li#menu-item-3057 a {
        line-height: 18px;
    }

    Thanks.

    #913863
    MCC
    Participant

    Worked a treat.

    Thank you

    #914146
    Joao
    Moderator

    You are welcome.

  • <script> jQuery(function($){ $("#no-reply-913310 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>