[Resolved] Make top bar widget stick along with header

Home Forums Support [Resolved] Make top bar widget stick along with header

Home Forums Support Make top bar widget stick along with header

  • This topic has 7 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1231213
    CRISTO

    This is probably a two-part question:

    1. I have a special notice placed in the top bar widget, but want to make it sticky. Not sure how to do that.

    2. I have my header sticky, but would like the background to show the way it does before it goes sticky…sky color and clouds. As it is now, it just puts my logo to the left of the menu. Over time, I have added some CSS…usually at your suggestion, since I am not confident of using any CSS by myself…perhaps I added some that was OK at the time but not needed anymore.

    Using the latest GP premium update.

    #1231474
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .top-bar {
        position: sticky;
        top: 0;
        z-index: 99;
    }
    #sticky-navigation {
        margin-top: 70px !important;
        background-image: url(https://thecatholictravelguide.com/wp-content/uploads/2019/12/Sky-blue-background-1400-we.jpg);
    }
    #1231516
    CRISTO

    Thanks, Leo. Getting close. It works but only puts the last line of the notice up there on sticky. It looks ok when I am in customizer, preview but then when I go to the site it doesn’t. Cleared my cache.

    #1231551
    CRISTO

    well, on Firefox it looks great. I usually use Chrome…maybe I just need to clear my cache again. Will let you kow.

    #1231586
    Leo
    Staff
    Customer Support

    I’m using Chrome as well and it looks fine to me.

    Maybe disable the sticky navigation transition?

    #1231613
    CRISTO

    If you mean change Nav Logo placement from sticky to static, I did that. But still do not see any change.

    #1231623
    CRISTO

    Ok…I see what the problem was. I was looking at it in the editor and not the published version. Thanks for your help. As usual, Leo, you made my day easier and my site look better. Like the way the heading scrolls with the background image and of course the coronavirus notification.

    #1231627
    Leo
    Staff
    Customer Support

    No problem 🙂

    Stay safe!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.