Lorne17 Posted March 14, 2021 Share Posted March 14, 2021 Site URL: https://activestatedesigns.squarespace.com/ Hello there, Site Password: SiteTest Any chance I can get help with the CSS to get the instagram in footer to not overlap and look messed up? I'm pretty sure it's this css code from my mega menus that I added from https://www.will-myers.com/articles/building-a-mega-menu-in-squarespace-71-free a{ display:inline !important; text-decoration-line: none; } Here's the full mega menu CSS code: /* header mega menu */ .header-display-desktop [href="/shop-1"] + .header-nav-folder-content, .header-display-desktop [href="/shop-by-product-line"] + .header-nav-folder-content{ width:100vw; right:0 !important; left: 0 !important; position:fixed; box-sizing:border-box; padding:0px; border-bottom:2px solid; border-color: #D8414D; box-shadow:0px 5px 5px #aaa; } .header-nav-folder-item{ display:none; } a{ display:inline !important; text-decoration-line: none; } .sqs-block-button-element{ display:inline-block !important; padding: 1em 1.6em !important; } /* END header mega menu */ Thanks, Lorne Link to comment
Beyondspace Posted March 14, 2021 Share Posted March 14, 2021 4 hours ago, Lorne17 said: Site URL: https://activestatedesigns.squarespace.com/ Hello there, Site Password: SiteTest Any chance I can get help with the CSS to get the instagram in footer to not overlap and look messed up? I'm pretty sure it's this css code from my mega menus that I added from https://www.will-myers.com/articles/building-a-mega-menu-in-squarespace-71-free a{ display:inline !important; text-decoration-line: none; } Here's the full mega menu CSS code: /* header mega menu */ .header-display-desktop [href="/shop-1"] + .header-nav-folder-content, .header-display-desktop [href="/shop-by-product-line"] + .header-nav-folder-content{ width:100vw; right:0 !important; left: 0 !important; position:fixed; box-sizing:border-box; padding:0px; border-bottom:2px solid; border-color: #D8414D; box-shadow:0px 5px 5px #aaa; } .header-nav-folder-item{ display:none; } a{ display:inline !important; text-decoration-line: none; } .sqs-block-button-element{ display:inline-block !important; padding: 1em 1.6em !important; } /* END header mega menu */ Thanks, Lorne you can isolate the selector for a tag like so /* header mega menu */ .header-display-desktop [href="/shop-1"] + .header-nav-folder-content, .header-display-desktop [href="/shop-by-product-line"] + .header-nav-folder-content{ width:100vw; right:0 !important; left: 0 !important; position:fixed; box-sizing:border-box; padding:0px; border-bottom:2px solid; border-color: #D8414D; box-shadow:0px 5px 5px #aaa; } .header-nav-folder-item{ display:none; } .header-menu a, .header-nav-item a{ display:inline !important; text-decoration-line: none; } .sqs-block-button-element{ display:inline-block !important; padding: 1em 1.6em !important; } /* END header mega menu */ BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 On 3/14/2021 at 2:37 PM, Lorne17 said: Site URL: https://activestatedesigns.squarespace.com/ Hello there, Site Password: SiteTest Any chance I can get help with the CSS to get the instagram in footer to not overlap and look messed up? I'm pretty sure it's this css code from my mega menus that I added from https://www.will-myers.com/articles/building-a-mega-menu-in-squarespace-71-free a{ display:inline !important; text-decoration-line: none; } Here's the full mega menu CSS code: /* header mega menu */ .header-display-desktop [href="/shop-1"] + .header-nav-folder-content, .header-display-desktop [href="/shop-by-product-line"] + .header-nav-folder-content{ width:100vw; right:0 !important; left: 0 !important; position:fixed; box-sizing:border-box; padding:0px; border-bottom:2px solid; border-color: #D8414D; box-shadow:0px 5px 5px #aaa; } .header-nav-folder-item{ display:none; } a{ display:inline !important; text-decoration-line: none; } .sqs-block-button-element{ display:inline-block !important; padding: 1em 1.6em !important; } /* END header mega menu */ Thanks, Lorne Hi. On tablet, your site has problems. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.