Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #665410

    hi everybody.
    I have a problem with my sticky menu.
    As you can see on the website that I write in the private content, the navigation the website starts with the navigation not at the top of the page.
    I would like to have the sticky navigation scrolling the page, but now the navigation before goes down and the go to the top of the page.
    What I would like to do is to set the navigation sticky when the page scrolls down, without more movements.
    I hope you understand what I mean…
    thanks

    #665511

    Hey marcomila,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_top.html_header_sticky #header {
        top: 0px!important;
    }
    

    Best regards,
    Vinay

    #665538

    Hi,
    no it’s not what I’m trying to do.
    The position of the navbar is correct.
    What is wrong is the movement that the navbar does scrolling the page.
    As you can see the navbar first moves down, the comes back to the top of the page.

    #666458

    Hi,

    Could you please provide a screenshot of the issue? The header moves upward smoothly on scroll because of this css code:

    .html_header_top.html_header_sticky #header.header-scrolled-full {
        top: 0px;
        transition: 0.4s;
    }

    Best regards,
    Ismael

    #666527

    hi,
    ok doesn’t matter, I fixed by myself.
    I’ve got another problem, using WPML plugin.
    This is the right homepage:

    I copied this page for another language, and look how it looks like:
    http://www.exponentia.org/homepage/?lang=en

    Why?

    #667905

    Hi,

    I’m sorry but what’s wrong with the page? I don’t see any obvious issues with it.

    Best regards,
    Ismael

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