Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #882920
    dogpile
    Participant

    In the mobile view, my social-icons in the topbar are stacking 1 on 2 on each other, how can i make them show up in a single row?

    Thank you so much!

    #882924
    dogpile
    Participant
    This reply has been marked as private.
    #883539
    dogpile
    Participant

    solved Through this post:

    @media(min-width: 980px){
    .x-topbar .x-social-global {
    float: left;
    }

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

    @media(max-width: 979px){
    .x-topbar .p-info,
    .x-topbar .x-social-global {
    float: none;
    text-align: center;
    }

    #883702
    Lely
    Moderator

    Glad you were able to figured this out.

    Cheers!

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