I'm trying to implement a service name with the menu toggle feature in a banner but at the moment the service name does not disappear or move out of the way of the menu button on smaller screens - causing an overlap.
Unless the following is incorrect, if so please let me know!
<Header.Container>
<Link to="/"><Header.Logo/></Link>
<Header.ServiceName>Long Service Name</Header.ServiceName>
<Header.Content>
<Header.MenuToggle/>
</Header.Content>
</Header.Container>
Thank you
Charles