I have a Header component and footer component as custom elements in Knockout js. When i have integrated these two components in a page. When the page is in mobile view i need to show action buttons of the header at the bottom . But this bottom buttons has different bottom values because footer visibility is optional.Header Action buttons bottom value will change based on the footer visibility. What is the best approach to do this in Knockout js.