Viewing 2 replies - 1 through 2 (of 2 total)
  • +1 surprised this isn’t a starting feature :S

    Will endeavor to share the CSS I come up with here for anyone else who needs it.

    The following extremely-simple CSS works based on pretty limited testing:

    #DIRECTION-RTL,
    body,
    .direction-rtl {
    	text-align:right;
    	direction: rtl;
    }
    
    nav.amp-wp-title-bar a {
    	background-position: right;
    }

    Would be great if the devs could make this a default feature when WP is set to an RTL state.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RTL direction support’ is closed to new replies.