jhlady Posted May 30 Posted May 30 I used custom CSS to align our website's logo better but it seems to directly impact the mobile view spacing. It looks perfect in desktop view but when switched, the logo goes almost entirely to the right. If there is a way to fix this I would love to hear solutions! I've pasted the CSS that I'm using below: .header-title { position: absolute; left: 37.5%; top: %; transform: translate(-50%,-50%); z-index: 9999; text-align: center; } .burger-inner { display: none !important; I also used a bit of code to structure the drop-down menu which you can see at the bottom. Hoping that this can be fixed without messing that up. Thanks for any and all replies!
tuanphan Posted May 31 Posted May 31 If you share site url, we can check problem easier. 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!)
jhlady Posted May 31 Author Posted May 31 9 hours ago, tuanphan said: If you share site url, we can check problem easier. https://tangerine-piccolo-86r4.squarespace.com/splash-page Lmk if that works. The site isn't published yet so I'm not sure if that will. Im pretty eager to get this sorted out since a client needs this draft later today.
tuanphan Posted June 1 Posted June 1 14 hours ago, jhlady said: https://tangerine-piccolo-86r4.squarespace.com/splash-page Lmk if that works. The site isn't published yet so I'm not sure if that will. Im pretty eager to get this sorted out since a client needs this draft later today. The site is private. You can follow this to share url. 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!)
jhlady Posted June 3 Author Posted June 3 On 6/1/2024 at 12:59 AM, tuanphan said: The site is private. You can follow this to share url. password is momento . let me know if that works. thanks so much!
tuanphan Posted June 4 Posted June 4 Use this code to Custom CSS box body.header--menu-open .header-layout-branding-center .header-title { flex: 1 1 100% !important; left: 50% !important; transform: translateX(-50%) !important; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment