Guest Posted January 22, 2021 Share Posted January 22, 2021 Site URL: https://www.grillandprovisions.com/ My menu is going above the navigation bar rather than down making it hard to click. How do I get it to drop down instead? See attached screenshot for reference. Link to comment
derricksrandomviews Posted January 22, 2021 Share Posted January 22, 2021 (edited) Never seen this before on any template especially Brine. This looks like it could be a code issue. Style tweaks usually position the main and secondary bar, not folder contents. I don't know if this work but you could try it in custom css. If it doesn't, a good coder here, and we have many, will provide you with a solution I am sure. .Header-nav-folder { bottom: 36px;} .Header-nav-item { padding: 12px 0 !important;} Edited January 22, 2021 by derricksrandomviews Link to comment
Beyondspace Posted January 22, 2021 Share Posted January 22, 2021 The menu seems to be heavily modified, do you know which pieces of code has been given to make the subnav position to fixed? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Guest Posted January 22, 2021 Share Posted January 22, 2021 I am taking over this project from another designer - there is a lot of custom CSS in the backend that I am trying to weed through. Below is everything I am seeing in the area for: div #home-page { padding-top:100px; } #mainNavigation{ div:last-child{ a{ color:#a64b17 } } } div.header-inner{ padding-bottom:0px !important; } #headerNav{ padding-top:70px; padding-bottom:0px !important; } #mainNavigation{ div{ padding-bottom:12px; } div.folder:hover{ background-color:#a64b17; } } @media screen and (min-width: 1000px){ div.subnav{ width:101%; position:fixed !important; left:0; top:0 !important; margin-top:0px; display:flex !important; flex-direction:row; justify-content:center; background-color:#a64b17 !important; padding-top:10px !important; padding-bottom:0px !important; padding-left:15px !important; a{ color:#fff !important; font-size:14px !important; letter-spacing:2px !important; } div{ background-image: linear-gradient(#fff, #fff); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 3px; transition: background-size .3s !important; padding-bottom:5px !important; } a:hover{ color: #fff !important; transition:.3s !important; } div:hover { background-size: 100% 3px; Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment