Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #896690
    Erman
    Participant

    Hi,
    I’m trying to place the buttons I created in the header topbar section next to the social buttons, but I can’t get it to work.
    float:right changes the position, but it’s on the right side of the social buttons. Any idea? Thank you very much!

    #897377
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #898311
    Erman
    Participant
    This reply has been marked as private.
    #898869
    Rupok
    Member

    Hi there,

    Thanks for updating. I can’t see any button on your Topbar – http://prntscr.com/awotqq

    Would you clarify with a screenshot?

    Cheers!

    #898900
    Erman
    Participant
    This reply has been marked as private.
    #899818
    Paul R
    Moderator

    Hi,

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

    
    .x-topbar .p-info {
        float: right;
    }
    

    Hope that helps

    #899850
    Erman
    Participant

    Hi Paul,
    thanks, and how can I move the social buttons to the right? The social buttons are now on the left of the links.

    #901013
    Jade
    Moderator

    Hi there,

    Please remove the code suggested previously and add this instead:

    .x-social-global,
    .x-topbar .p-info {
        float: none !important;
        display: inline-block !important;
    }
    
    .x-social-global a {
        position: relative;
        top: 2px;
    }
    
    .x-topbar-inner {
        text-align: right;
    }

    Hope this helps.

    #901067
    Erman
    Participant
    This reply has been marked as private.
    #901385
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    I see that you have activated maintenance page on the website. Please share login details with us in a private reply.

    http://prntscr.com/axc2wc

    Thanks.

    #901569
    Erman
    Participant
    This reply has been marked as private.
    #902470
    Rupok
    Member

    Hi there,

    Thanks for updating. Kindly update the suggested code to following :

    .x-topbar .x-social-global,
    .x-topbar .p-info {
        float: none !important;
        display: inline-block !important;
    }
    
    .x-social-global a {
        position: relative;
        top: 2px;
    }
    
    .x-topbar-inner {
        text-align: right;
    }

    Hope this helps.

    Cheers!

    #902930
    Erman
    Participant

    Thank you very much, it worked!!

    #903497
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1008698
    Erman
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-896690 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>