How can I align text to the right in my Supply theme?

hello guys, I have this problem and I hope someone can help me

I want to make every text in my theme right align what should I do the theme I use is “Supply” and my website is https://www.nagsha.net

@OsamaSeemo

Please share screenshot what do you want!

Thanks!

@dmwwebartisan Mabey you can see it here, I want all the text on my theme to be from right to left, in the theme now all the text is from left to right

@OsamaSeemo

Please check following screenshot

@dmwwebartisan yeah I know but I want to right-align the whole theme, not just a text in the blog

@OsamaSeemo

please Go to Online Store->Theme->Edit code then go to assets/theme.scss .liquid->paste below code at the bottom of the file.

.main-content { text-align: right !important;}
.site-nav {text-align: right !important;}

@dmwwebartisan great but some text still did not change, can I move those too?

@OsamaSeemo

please Go to Online Store->Theme->Edit code then go to assets/theme.scss .liquid->paste below code at the bottom of the file.

body {text-align: right !important;}