The default value for left is auto, so just set it to that and you will “reset” it.
.elem {
left: auto;
}
Make sure that the above comes after the original CSS file.
The default value for left is auto, so just set it to that and you will “reset” it.
.elem {
left: auto;
}
Make sure that the above comes after the original CSS file.