AmericanDreadnought Posted May 31 Posted May 31 I seem to regularly run into this. The navigation stacking on 7.1 always results in having to enter a custom css code. One code fixes the problem, but creates another. On this site the code fixed the centering issue, but now it's no longer vertically centered in the header. It also conflicts with the button on when the screen width shrinks. Any advise is greatly appreciated. Thanks.
Beyondspace Posted May 31 Posted May 31 3 hours ago, AmericanDreadnought said: I seem to regularly run into this. The navigation stacking on 7.1 always results in having to enter a custom css code. One code fixes the problem, but creates another. On this site the code fixed the centering issue, but now it's no longer vertically centered in the header. It also conflicts with the button on when the screen width shrinks. Any advise is greatly appreciated. Thanks. Can you share URL so I can check it? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Solution tuanphan Posted June 2 Solution Posted June 2 try add top: 50%; and remove transform: translateX(-50%);, use transform: translate(-50%,-50%); AmericanDreadnought 1 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!)
AmericanDreadnought Posted June 4 Author Posted June 4 On 6/2/2024 at 4:21 AM, tuanphan said: try add top: 50%; and remove transform: translateX(-50%);, use transform: translate(-50%,-50%); Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment