How can I remove the gap between my interface header and the menu ribbon of my Site?

Hi all,

Please is there a way to remove the gap between my interface header and the site menu bar?  See attached file with a highlight of the gap I am referring to.  I am using the headerContentLayout in the interface.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to nanfak

    Add another local variable prior to currentTime - just anything, it doesn't matter what.  like "local!spare: "testing"," or something similar.  A bug I identified shortly after 19.2 was released, was that variables with a refresh interval will never update themselves if they're the first declared local variable.  I assume this bug has never been fixed.

    Also: if you're declaring a!localVariables at the top-most layer of the interface, you could just put your local!currentTime there, there really isn't a need to put an extra a!localVariables() call inside the headerContentLayout until or unless you specifically need one there.

Children