Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138437
    Nicci W
    Participant

    Hi There

    I have several sites running this theme and it is great.

    I have 1 small issue on http://www.adcfilms.co.uk. The topbar content is great for the normal screen view, and ok on tablets view, but the mobile view the whole topbar content overlaps the logo.

    Many Thanks

    Nicci

    #1138469
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS to Admin > Appearance > Customizer > Custom > Global CSS

    .x-topbar {
    overflow: hidden;
    }

    Thanks!

    #1151332
    Nicci W
    Participant

    Hi

    I still want to show the content, this code hides it.

    Thanks

    #1151338
    Christian
    Moderator

    Please replace the code with

    .x-topbar {
        max-height: 70px;
    }

    Hope that helps. 🙂

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