Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038228
    troydesh
    Participant

    I’m having a strange issue with the header widgets in Icon. I made x-topbar fixed, which looks nice. But when the header widget opens (after clicking widgetbar button) it displays properly in Firefox, but in Safari and Chrome there is a margin between topbar and widget area.

    link in private mssg.

    Thanks so much for any solution you can offer!

    #1038229
    troydesh
    Participant
    This reply has been marked as private.
    #1038332
    Thai
    Moderator

    Hi There,

    Please find this CSS under style.css file:

    .x-widgetbar {
        top: 66px!important;
    }

    Then replace with this:

    .x-widgetbar {
        top: 0 !important;
        margin-top: 34px;
    }

    Hope it helps 🙂

    #1038626
    troydesh
    Participant

    Thanks this was very helpful. Turned out to be the WP admin bar at the top was throwing me off for some reason.

    #1038971
    John Ezra
    Member

    You’re most welcome!

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