I inserted a video using a custom HTML with the following code on Brooklyn theme.
I would like to keep the video at 50%, but when I do this it shows up left aligned on the page. Is there a way to make the video centered on the page?
I inserted a video using a custom HTML with the following code on Brooklyn theme.
I would like to keep the video at 50%, but when I do this it shows up left aligned on the page. Is there a way to make the video centered on the page?
Please share the store URL…
@becca2234
Hello,
Your Site Its Password Protected So Can You Please Share Store Password
pw: geiwog
Hello,
.align--center {
margin: 0 auto;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
This Solution Its Useful So Please Like And Accept the Solution
Like This
Thank you! It worked for that video, but I have a second video towards the bottom of the page that it didn’t change. Do you know how to make the other video centered too?