Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1359893
    L4MSP
    Participant

    Hello,
    I need to switch the alignment of these two elements. Currently the social icons are on the right with content on the left. I need to swap those. I have tried some code found in the forum here but without success.

    #1359932
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

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

    Hope it helps 🙂

    #1359934
    Rahul
    Moderator

    Hey There,

    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.

    #1359953
    L4MSP
    Participant

    That worked! I had to remove the double dots .. though.
    Thanks!

    #1359965
    Jade
    Moderator

    You’re most welcome.

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