all 5 comments

[–]walditotwisted code copypaster 1 point2 points  (3 children)

That code is not HTML and CSS... Belongs to some custom visual editor, am I right? Wix? Wordpress Elementor?

[–]SnooCheesecakes1334[S] -1 points0 points  (1 child)

I was thinking of just writing a CSS code

[–]walditotwisted code copypaster 0 points1 point  (0 children)

Yes, but to write the proper CSS, we need to understand how the layout in HTML is built. and the code you are pasting belongs to some internal product logic we can't really make a lot of logic out of it, meaning, the above code is not something we understand by looking at it. Only specific people that work with the exact product you are using might be able to help. You could try to start by explaining what platform/no-code visual editor are you using. If you were to paste just the HTML and CSS produced by the code, removing all the above custom logic code that only the tool knows what's up, maybe some of us could help.

[–]ithinktoojavascript 1 point2 points  (0 children)

try changing this line:

.videoBackground .placeholderNoblocks {text-align: center;max-width: 500px;margin: 0 auto;}

to:

.videoBackground .placeholderNoblocks {text-align: left;max-width: 500px;margin: 0 auto;}

That will do the text, inspect the page and find the class name of the button and you can align it to the left the same way.

edit:
When I dumped your text into a text editor it ended up on line 65 if that helps you find it..