Sticky menu option not working - Acme Themes

Best Premium and Free WordPress Themes Forums Event Star Sticky menu option not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43597
    sandras
    Participant

    I build a new site with Event Star and from some reason sticky menu is not working. I have marked under Menu OPtions “Enable Sticky Menu” but menu is not sticky.
    Any hints what could be the reason?

    #43719
    acmethemes
    Keymaster

    Dear Sandras,
    If you can provide us your site URL, we will observe and can provide you possible solutions.

    Best Regards!

    #43732
    sandras
    Participant

    My site is not public yet, so I can`t share it. However meanwhile I added that to my css:
    .at-sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e6e6e6;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    }
    and that did the trick and it works now!
    Another question is that info-icon-box is displayed here https://demo.acmethemes.com/event-star/ on top of the slider image, on my site it is in below. I tried to add
    .image-slider-wrapper > .info-icon-box-wrapper {
    position: absolute;} But that does not help. What could be the problem?

    Here (https://www.acmethemes.com/freevspro/event-star-free-vs-pro/) it looks that free version shall have google fonts to choose but in customizer there is no such thing as Font options.

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