Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1253123

    I opened a ticket a few days ago and it was not fixed but the ticket was closed. Please read all the info here

    https://kriesi.at/support/topic/move-menu-text-up-on-sticky-header/

    Site

    Thanks

    #1253429

    Hey navindesigns,

    This CSS seems to be causing that to happen:

    #top #header .av-main-nav > li {
        margin-top: 30px!important;
    }

    Did you add that? If so then please try to remove it to see if that helps, or remove at least the !important part, since it’s not possible to override otherwise.

    Best regards,
    Rikard

    #1253537

    I removed it and it works now but I had put that code to move my menu items down a little

    see screenshot
    menu

    how can I achieve both result?
    1- move menu items down below as per my screenshot
    2- move menu items up on sticky header

    thanks

    #1253794

    Hi,

    Thanks for the update. I’m not sure if this is going to work, but please try this CSS instead:

    .av-main-nav > li {
        margin-top: 30px;
    }
    
    .header-scrolled .av-main-nav > li {
        margin-top: 0;
    }

    Best regards,
    Rikard

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