Hi!
I have a question about the top bar and how to adjust the size.
When the tap is on its full size, the logo and the menus do not overlap, but when the tap is on its smaller size, the logo and menus overlap.
-overlap
How can I make the bar taller so the menus do not overlap when the tap is in a smaller size.
Thank you for your help in advance. 
Hi @MotownTress ,
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
@media only screen and (min-width: 1240px){
h1.Header__Logo {padding-bottom: 40px;}}
Result:
I hope it help.