Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1151671
    knowmates
    Participant

    Hi there,

    I’m having problems getting the top bar responsive. The problem is that the p-info text is breaking on false positions (eg after the @symbol) and the responsivnes of the social icons is also not good. On different resolutions they break in the middle. Would be nice to have them in one row like for example on 545px width.

    Could you help please?

    #1151672
    knowmates
    Participant
    This reply has been marked as private.
    #1151697
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 767px){
        .x-topbar .x-social-global {
            clear: both;
        }
    }
    @media (max-width: 631px){
        .x-topbar .p-info span,
        .x-topbar .p-info a  {
            font-size: 12px !important;
        }
    }
    @media (max-width: 540px){
        .x-topbar .p-info span,
        .x-topbar .p-info a  {
            font-size: 10px !important;
        }
    }
    @media (max-width: 480px){
        .x-topbar .p-info span,
        .x-topbar .p-info a {
            font-size: 8px !important;
        }
    }

    Hope it helps ๐Ÿ™‚

    #1151710
    knowmates
    Participant

    Hi there,

    helped 90% ๐Ÿ™‚ please take a look at the social icons on 768 px width. Could assist one more time please?

    Thank you.

    #1151740
    Paul R
    Moderator

    Hi,

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

    
    @media (max-width: 820px){
    .x-topbar .x-social-global {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
    }
    
    .x-topbar .p-info {
        float:none;
        text-align:center;
    }
    }
    

    Hope that helps

    #1153057
    knowmates
    Participant

    thank you!

    #1153074
    John Ezra
    Member

    Youโ€™re most welcome!

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