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
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
@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
@dmwwebartisan yeah I know but I want to right-align the whole theme, not just a text in the blog
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?
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;}