Misaligned white triangle in video play button

Hello, I am reasonably new to shopify and have an issue where the video play buttons white triangle is severely off center, I know a bit of HTML so I went looking through the code and couldn’t find anything.

My website is https://elementalbuild.nz/

any help would be greatly appreciated!

Hello @Bluemethyst

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hi @Bluemethyst ,

Go to Assets > theme.scss.liquid file and paste this at the bottom of the file:

.video-control__play {
      align-items: center !important;
}

Hope it helps!

Hi @Bluemethyst

You can follow these steps:

  1. Go to online store > Themes > Edit code

  1. Search the file named “theme.scss.css” in your code

  1. Paste this code at the bottom of the file and Save the file

  1. Go back to your site and see the results

I hope that it work for you.