about position:sticky not working

Dear Support

i made a sticky element (red one) which just use the css position:sticky

it is work when there have no menu on it

it is sticky perfectly https://betheme.pluginnovation.com/sticky2/

but when i enable the top menu sticky is not working

https://betheme.pluginnovation.com/sticky/

any idea how to fix it ?

Thank

mango

Comments

  • Hello,

    I recommend using the sticky wrap option instead.

    It is already available in our theme.

    But for your code, you can use the following one additionally.

    #Wrapper {
        overflow: unset!important;
    }
    

    However, I do not recommend it, as it can break a display on your pages, and you are using it at your risk.


    Best regards

Sign In or Register to comment.