Published
- 1 min read
center position fixed element
The solution for this is noted below
center position fixed element
Solution
.centered {
position: fixed;
left: 50%;
transform: translate(-50%, 0);
}
Try other methods by searching on the site. That is if this doesn’t work