MchlKllhr Posted January 23, 2022 Share Posted January 23, 2022 Site URL: https://michaelkelleher.co/ Hey guys, site is running 7.1. The folder drop-down menu for "Properties" is displaying left-to-right and I just can't figure out how to configure it Top-to-Bottom instead. I would have thought this was the standard arrangement. Appreciate the help. https://michaelkelleher.co/ Link to comment
paul2009 Posted January 23, 2022 Share Posted January 23, 2022 1 hour ago, MchlKllhr said: The folder drop-down menu for "Properties" is displaying left-to-right and I just can't figure out how to configure it Top-to-Bottom instead. This is because of the custom CSS you have added, specifically the float property. Removing your custom CSS will fix this. 🙂 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
MchlKllhr Posted January 24, 2022 Author Share Posted January 24, 2022 20 hours ago, paul2009 said: This is because of the custom CSS you have added, specifically the float property. Removing your custom CSS will fix this. 🙂 If you don't mind me asking, is there any way I can keep the floating header and change the arrangement of the dropdown folder? Custom CSS I have loaded is below. Quote // Frosted Blur Header // .header { background: rgba(0,0,0,.4) !important; box-shadow: 0px 5px 15px rgba(100,100,100,0.0) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; } // Frosted Blur Header - When Fixed and Scrolling // .header.shrink { background: rgba(0,0,0,.4) !important; box-shadow: 0px 5px 15px rgba(100,100,100,0.0) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; } // Left Nav Line // @media all and (min-width:770px){ header nav a{ display: inline-block !important; float: left; } header nav a:hover:after{ transform: scaleX(1); } header nav a:after { display:block; content: ''; border-bottom: solid 1px #ffffff; transform: scaleX(0); transition: transform 250ms ease-in-out; z-index: 999; transform-origin :0% 100%; } } // Right Align Mobile Menu Links // .header-menu-nav-item a { text-align: right; } // Shrinking Logo On Scroll - 7.1 // .header.shrink img { max-width: 300px; transition: all 0.3s ease-in-out } .header img { transition: all 0.3s ease-in-out } 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