Struggling to create a header design here. Currently, the header consists of a grey bar at the top of the screen with the logo on the left side and all header buttons on the right side. The plan is for the header buttons to slide to the left.
The problem arises when the logo and header start overlapping at certain resolutions. What I aim to achieve is to prevent the header buttons from moving once the width reaches 1280px. Anything less than 1280px should trigger the header to shrink.
Any suggestions on how to make this happen using CSS declarations? If not, any alternate methods to achieving this desired effect?