Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #883251
    Headlines34
    Participant

    Hi,

    http://66.147.244.78/~pillarre/test/

    I’m using Renew and I’m having trouble adjusting my top bar height. I’ve tried to play around with this and add important!:

    .x-topbar {
    height: 32px;
    min-height: 0;
    }

    but that doesn’t work. Any suggestions?

    Thanks,
    Chuck

    #883838
    Paul R
    Moderator

    Hi Chuck,

    Thanks for writing in!

    You can try this code instead.

    
    .x-topbar p:empty {
        display:none;
    }
    
    .x-topbar p {
        margin:0;
        display:inline-block;
    }
    
    .x-topbar {
       height: 32px;
       min-height: 0;
    }
    

    Hope that helps.

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