Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114980
    Simon T
    Participant

    Hi Guys,

    I’ve added a button to my topbar which worked great, but now the other text in my topbar doesn’t align with the text in the button. Can someone please explain how I can add top padding to only the text in my topbar to bring it down?

    http://www.northamultrasound.com.au/

    #1115192
    Christian
    Moderator

    Hey Simon,

    Since your text is short, here’s a quick fix to add in your Appearance > Customize > Custom > Global CSS

    .x-topbar .p-info {
        line-height: 42px;
    }

    If you’ll be adding additional text later, wrap your text in a <span> tag so you could target it easily with CSS and add a top padding.

    Thanks.

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