Thank you Mohammad. Your solution solved one problem which is the left-most menu item being overlaid by the logo on the left side of the header. However, it does not solve the following: as the size of the browser is reduced, the right-most menu items begin to wrap around onto the image below the header. Also, the logo on the left side of the header at some point gets squeezed out of the header and appears on the image below the header. Here are a couple of those specific breaking points:
- At 980 x 1280: right-most menu item wraps and appears over the image below the header.
- at 800 x 1280: the 3 right-most menu items wrap to overlay the image below the header and the logo appears over the image below the header.
Is there css code that addresses various responsive browser sizes that I can use to, at various sizes, customize the appearance of the logo and menu items in the header?
Thank you, Joel