Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287171
    jensjakobsen
    Participant

    Hi I’m working on a site where I’m using “Intelliwidget” to display different sidebars on the same page via Widgets. Please take a look at http://kvikkastrup.net.virker.nu/svoemning-2/

    So I have a set of different menus on the same sidebar – however the distance between the header and the menu above is too big.

    Also, I’d like to be able to:
    – Use smaller font sizes for both header and menus
    – Remove lines between each menu item.

    Hope for your help, thanks.

    #1287214
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-sidebar .widget ul li, 
    .x-sidebar .widget ol li {
         border-bottom:0;
    }
    
    .x-sidebar .widget {
         margin-top: 15px;
    }
    
    .x-sidebar .h-widget {
            font-size: 140%;
    }
    
    .x-sidebar .widget ul li a {
           font-size: 12px;
    }
    

    You may change the numbers to achieve your desired look.

    Thanks

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