I have added a button in the top bar layout, but it is not looking good on smaller devices (tried portrait mode on ipad air). here’s the code I added to CSS section:-
That’s because you’re using position absolute. You’ll need to assign a different styling for that element when the width goes down through media queries or it won’t scale.
I’d suggest just making the top layout to 2 columns though, that would make it easier.