• Resolved uri.el

    (@uriel-1)


    Hi,
    How can i change the text in the main content to be RTL?
    How can i change the P tag to rtl direction?
    I tried to change the css file (rtl.css and style.css) but it did not help.. I wrote:
    p {
         margin: 0;
    direction: ltr;
    unicode-bidi: embed;
    text-align: right
    }

    I’d love to get your help!
    Thanks..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter uri.el

    (@uriel-1)

    Spelling mistake.
    I meant to write: “direction: rtl;”.

    Thread Starter uri.el

    (@uriel-1)

    Ok, i solved the problem.
    I put a custom code in the ‘text’ box/field.
    I wrote:
    <p style = “text-align: right;”> My text … </ p>

    Edit:

    But still, it makes the whole text to drop one line. This prevents the text to be at the same height/line of the other things.
    I tried to use instead with span tag, but it does not work ..
    Is there any solution?

    Alexandra

    (@alexandrastan001)

    Hello,

    Glad that you got it fixed and thank you for sharing your solution with us. 🙂

    Best regards,
    Alexandra

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘About us section- rtl problem ):’ is closed to new replies.