ecs_cares Posted December 3, 2019 Posted December 3, 2019 Hi Guys!! It's me again, thank you so much for the community's help so far. I'm curious how to code the navigation bar on the shopping cart page to be fixed/sticky. Right now it looks all jumbled and not right, I've attached an image below. The website URL is: https://penguin-roadrunner-4c8m.squarespace.com/ Password: Skyfall77
tuanphan Posted December 4, 2019 Posted December 4, 2019 add to Home > Design > Custom CSS body#cart header.Header.Header--top { position: fixed; top: 0; left: 0; right: 0; z-index: 999; } 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!)
ecs_cares Posted December 4, 2019 Author Posted December 4, 2019 54 minutes ago, tuanphan said: body#cart header.Header.Header--top { position: fixed; top: 0; left: 0; right: 0; z-index: 999; } Hmm I did that and it distorted further. It also has blue leaking through.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.