Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201094
    blueprint
    Participant

    Hey guys,

    I tried changing the line height in my sidebar with:

    .widget ul li, .widget ol li {
        line-height: -0.5;
    }

    or

    .x-sidebar a{
    line-height: -0.5;
    }

    but it did not work. Can you please tell me how to do it right?
    Thanks!

    #1201216
    Jade
    Moderator

    Hi there,

    Kindly provide the URL of your site so that we could provide you with the custom CSS.

    Thank you.

    #1202309
    blueprint
    Participant
    This reply has been marked as private.
    #1202313
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .widget ul li {
           line-height: 1;
    }

    Thanks.

    #1203689
    blueprint
    Participant

    Perfect, thanks!

    And can you tell me how to add a black 1px line under the Sidebar menue title (“NEUE BEITRÄGE”)?

    #1203755
    Rupok
    Member

    Hi there,

    Let’s try this for that :

    .x-sidebar .h-widget {
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
    }

    Hope this helps.

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