thank you so much for your help! fixed!
Topic summary
A user seeks help reducing the height of their navigation section on a Dawn theme Shopify store.
Initial Problem:
- Navigation section appears too large
- User provided store link for review
Solutions Provided:
Code Issue Identified:
- An
<h1>tag is incorrectly placed within the navigation area - Recommendation: Move the
<h1>tag outside navigation (below or inside banner)
CSS Adjustments:
- Modify padding value in the navigation code (currently set to
padding: 2rem) - Increasing padding (e.g., to
2.5rem) increases height; decreasing it reduces height - Alternative solution: Add custom CSS code in
theme.liquidfile under the<head>element
Resolution:
The issue was successfully resolved using the provided guidance.