Hello
I work on my client’s website
I have to arrange the blog to be right-to-left aligned
Can you help me with that?
Thanks
http://hareven-law.co.il/wp-content/uploads/2018/12/hareven.jpg
Hey Yossi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-259 #av_section_2 .flex_column {
direction: ltr;
}
this code should only affect the page you gave and that specific section.
Best regards,
Nikko
Hey Nikko
This code has created a change on the top of the blog
And not on the content of the blog
I need everything in the page to be aligned right
The first sections of the blog will also be aligned to the right
Hi Yossi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .fullsize .flex_column .template-blog .post-title,
#top .fullsize .flex_column .template-blog .post-meta-infos {
text-align: right;
}
#top .fullsize .flex_column .template-blog .post-meta-infos time.date-container {
float: left;
}
Hope it helps :)
Best regards,
Nikko
Thanks a lot Nikko it works great!
I have another question
There are two English sentences in the comment area
I did not find where I could change the text
Thanks again
http://hareven-law.co.il/wp-content/uploads/2018/12/hareven1.jpg
Hi,
You can use a plugin like Loco Translate or Poedit for it.
Best regards,
Jordan Shannon