Hello, How can I align the blog posts titles to the right?
My site is in Hebrew (RTL)
Thank you very much, Ziv
Hey zivarzi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
http://www.arziolives.com
thanks :)
Hi Ziv,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .flex_column .template-blog .post-title,
#top .fullsize .flex_column .template-blog .post-meta-infos {
text-align: right;
}
If you need further assistance please let us know.
Best regards,
Victoria
Worked, thanks :)