Skip to main content

How can I make a textbox or image sticky?

Comments

5 comments

  • Ariel H.

    Hi,

    Thank you for contacting us.

    Unfortunately, this specific feature you mentioned is not currently available in Brizy.  It may require custom code to accomplish this.

    However, we greatly value your feedback and suggestions. We would be glad to add it as a feature request to our internal feedback system. This way, our development team can consider it for future updates and improvements to Brizy.

    Sorry for the inconvenience.

    Best regards,
    Ariel H.

    0
  • Ryan Mccain

    Also, I see this is a HEADER block. However, I don't see a HEADER block available to add. Where is this?

     

    0
  • Ryan Mccain

    i posted this right as you responded so you may have not seen my last post.. see above. thanks 

    0
  • Ariel H.

    Hi Ryan, I’ve replied to your earlier posts here - https://support.brizy.io/hc/en-us/community/posts/31594246349842

    0
  • Ryan Mccain

    Ariel,

    I had a follow-up question: https://support.brizy.io/hc/en-us/community/posts/16377730870289/comments/31594729787410

    Also, for anyone looking to do this, this is what we did to keep the text box sticky above the menu that is also stickied:

    #uU6nHpj5AorX_uU6nHpj5AorX {
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;

    }
    .brz-section__header--fixed-opened {
      top:40px !important;
    }

    0

Please sign in to leave a comment.