at path:
ROOT
/
wp-content
/
themes
/
fotawp
/
assets
/
css
/
rtl.css
run:
R
W
Run
admin-style.css
12.89 KB
2025-08-14 13:28:03
R
W
Run
Delete
Rename
aos.css
31.06 KB
2025-08-14 13:28:03
R
W
Run
Delete
Rename
blocks.css
29.95 KB
2025-08-14 13:28:03
R
W
Run
Delete
Rename
rtl.css
393 By
2025-08-14 13:28:03
R
W
Run
Delete
Rename
error_log
up
📄
rtl.css
Save
/* Theme Name: FotaWP Description: Adds support for languages written in a Right To Left (RTL) direction. It's easy, just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. See: https://codex.wordpress.org/Right_to_Left_Language_Support */ @charset "UTF-8"; body { direction: rtl; unicode-bidi: embed; }