hi,
i have installed nadia template, and made it custom css - to adjust the site to rtl - hebrew
since i've added this line to custom css tag in the nadia template -
body {
direction: rtl;
text-align:right;
}
the carousel stopped working.
when i disabling the added css - the carousel appears again.
when i tried to add this code to the "custome code" it worked only on the body, the "head" remained ltr..
so right now the custom css is as i wrote and the carousel disappeared..
how can i solve this?