notice-top-bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10045354
    umbrellamanagement
    Participant

    Hello,
    I am trying to place a notice top bar but it has a weird effect. When scrolling down, the menu is flipping several times.

    This is the code:
    <div class="body mt-0">
    <div class="notice-top-bar bg-tertiary">

    <div class="container">
    <div class="row justify-content-center py-2">
    <div class="col-9 col-md-12 text-center">
    <p class="text-color-light mb-0">Profitable Tipster Service for daily live football tips via Telegram , with averatge decimal odds of 1.9.</p>
    </div>
    </div>
    </div>
    </div>

    Please help me to put a notice-top-bar withhout menu flipping.
    Thanks!


    #10045356
    Support
    Keymaster

    Add this:

    (css/custom.css)

    body {
    	margin-top: 42px !important;
    }
    
    html.dark.sticky-header-active #header .header-body {
    	top: 0 !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.