Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
shapely
:
rtl.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* Theme Name: Shapely Adding support for language written in a Right To Left (RTL) direction is easy - it's just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. https://codex.wordpress.org/Right_to_Left_Language_Support */ /* body { direction: rtl; unicode-bidi: embed; } */