Sticky Header (navigation bar/menu bar) not centralized in Safari
-
Dear all,
I have a problem with the sticky header on my website – https://style-revisited.com.
After adding some CSS coding for the header (navigation bar) in order to make it sticky and centralized in Chrome and Firefox, Safari decided to be the odd one out and shows the sticky header slightly to the left.
Would anyone be able to offer a solution for this?
Thanks in advance!
Here is the CSS code for the header (navigation bar/menu bar).
#small-nav { border-color: transparent !important; background-color: transparent !important; margin-top: -430px !important; position: fixed !important; width: 1000px !important; left: 50% !important; margin-left: -500px !important; z-index: 999 !important; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Sticky Header (navigation bar/menu bar) not centralized in Safari’ is closed to new replies.