Home / Admin / Slide Reposition Top Center v2
Duplicate Snippet

Embed Snippet on Your Site

Slide Reposition Top Center v2

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