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 Beyondspace 1 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 */ tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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