• Resolved jasminossman

    (@jasminossman)


    Hello,

    I want to fix my self-made menu (it is a text). I named the section(Elementor -> Advanced ->CSS ID) menu. I tried to fix the section by adding the CSS code:

    #menu{position: fixed;}

    But it didn’t work. Please help me. I am using the hestia theme.

    Thank you in advance!

    Kind regards,
    Ossman

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jasminossman,

    Please try adding the following lines of code in Customizer -> Additional CSS:

    .elementor-34 .elementor-element.elementor-element-3212fe9 > .elementor-widget-container {
        position: fixed;
    }

    Let us know if it worked.

    Thread Starter jasminossman

    (@jasminossman)

    Hello @danamv ,

    it didn’t work. Please help me.

    Thank you in advance!

    Hello @jasminossman,

    I have noticed that you are using the default Hestia menu now.

    Please let us know if you are still facing this issue.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘make position of text fixed’ is closed to new replies.