Site URL: https://www.chicagocane.com/about
Second recent post here!
I'm wanting to make sure our hero image are centered properly and fixed at all screen sizes. I've tried "position: fixed !important" but it just obscures the header image comletely:
I've also tried these parameters (this is how I've saved the website right now):
[data-section-id="628f9adc5694847784f21805"] {
max-width: 100vw !important;margin-top: 15px !important; margin-bottom: 15px !important; margin-left: 0px !important; margin-right: 0px !important;
}
With these settings the image isn't centered properly on different width screens.
---
Any ideas on how to center this hero image on all screen sizes would be much appreciated!