Home / Admin / slide-top-center.css
Duplicate Snippet

Embed Snippet on Your Site

slide-top-center.css

Code Preview
css
html div#om-{{id}} {
	top: 0px !important;
	bottom: unset !important;
	width: 350px !important;
	left: calc(350px / 2) !important;
	right: calc(350px / 2) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	transition: top 0.3s ease 0s !important;
}

Comments

Add a Comment