Reply To: Adding a button to header

Home Forums Support Adding a button to header Reply To: Adding a button to header

Home Forums Support Adding a button to header Reply To: Adding a button to header

#213740
Tom
Lead Developer
Lead Developer

Since the elements are set to display: inline-block, they’ll do their best to fill in the spaces.

If you want it to clear below those two elements, you need to add a clear element above the button:

<div class="clear"></div>
button HTML here