How can one set the text in the shoutbox in RTL directio ?

Comments

EyalSch’s picture

In version 5.x-1.2, I changed the "shoutbox.css".

div#shoutbox-posts {
/* text-align: left; */
text-align: right;
direction: rtl;
}

It should work for the 6.x-1.0 version too.

vitalblue’s picture

Issue summary: View changes
Status: Active » Closed (outdated)