Hello, I am new on Ghost, Can someone please help me?

Hello can you please help me how I can “adjust text in right align”

I am using an Arabic font, and I want to align text on the right side, Also is there any way I can adjust the vertical spacing in lines?

Thanks

I believe you’re looking for RTL (right to left) text direction, not just right alignment. If so, you can stick this into the SITE HEADER section under CODE INJECTION:

<style>
html {direction: rtl;}
</style>

As for adjusting the vertical spacing, I need to look at the site in question to be able to give you a working code.

1 Like

if you don’t mind can you please message me so i can share more details with you!

@Ali_Raza @ahmadajmi posted a fantastic writeup on how to this in this topic:

1 Like

I just uploaded my font in the fonts folder! now which while i have to edit? screen.css

If you’re editing the Casper css, you’ll need to follow the development guide here:

But you will need to edit the css file, add the block I shared, and replace the local url with the absolute path to the font - e.g. /subdir/assets/font/my-font.ttf