Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255819
    inadeau
    Participant

    I placed a border around an item in the topbar, however, the right side of the border isn’t displaying. The problem may just be in Chrome, as I tested the page in Edge and found the entire border to be on display. The website is http://www.wp.cbtsutah.com. Your help in fixing the issue would be greatly appreciated.

    #1255929
    Rupok
    Member

    Hi there,

    It seems you have added the below code :

    .topbar-button {
        border: 2px solid white;
        border-radius: 25px;
        padding: 5px;
    }

    Let’s update this a bit :

    .x-topbar .p-info {
      margin-top: 5px;
    }
    
    .topbar-button {
        border: 2px solid white;
        border-radius: 25px;
        padding: 5px;
        display: inline-block;
        margin-bottom: 5px;
    }

    Hope this helps.

    #1256924
    inadeau
    Participant

    Worked like a charm! Thanks for your help

    #1257178
    Jade
    Moderator

    You’re most welcome.

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