If you have a margin collapse issue, then to resolve this you can adddisplay: flow-root;
to the parent container.
Aside from that, if margin-top is being ignored, try margin-top with a negative value, for instance: margin-top: -2px;
If you have a margin collapse issue, then to resolve this you can adddisplay: flow-root;
to the parent container.
Aside from that, if margin-top is being ignored, try margin-top with a negative value, for instance: margin-top: -2px;