This section is dedicated to developer in you. Browse the articles and make your YJSG theme unique.
YJSG comes with specific class name added to body element based on the text direction :
class="yjsgbody style_blue yjsgbr-chrome yjsgrtl"
If your default text direction is RTL, body tag gets class name .yjsgrtl
attached to it that will help you style your website based on text direction.
body.yjsgrtl .my_div{ float:right; }