Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1339717
    fictionadmin
    Participant

    hey!
    im workin on this side here http://teststage.monkeeplatez.com
    want to keep the topbar fixed (always visible).
    Additinal i want to add some text on the left side (phonenumber) and some text like the emailadress
    on the right side of the topbar. how can i adjust the text-align? or better the postion in px?
    thanks!

    best
    alex

    #1339948
    Rue Nel
    Moderator

    Hello Alex,

    Thanks for writing in! To keep your topbar as fixed, please check out this thread: https://community.theme.co/forums/topic/sticky-topbar/#post-795687

    Hope this helps. Please let us know.

    #1340551
    fictionadmin
    Participant

    hey!
    this is working fine topbar is now fiexed. can u say may how can i adjust the text to the right side?
    want to have the phonenumber left and the email right inside of the topbar.
    thanks!

    #1340595
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let’s update the Topbar content to following :

    <span class="topbar-phone">Kostenlose Erstberatung +49 [0] 30 / 43 60 74 51</span> <span class="topbar-email">E-Mail [email protected]</span>

    Then add this under Custom > CSS in the Customizer.

    .x-topbar .p-info {
      display: block;
      width: 100%;
    }
    
    .x-topbar .topbar-phone {
      float: left;
    }
    .x-topbar .topbar-email {
      float: right;
    }

    Hope this helps.

    Cheers!

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