Tagged: rtl
hi,
i need to move post title from left to right,
i tryed his code in Quick CSS , but not working
.post-title {
text-align: right;
}
see attached
Private link sent
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
text-align: right;
}
Best regards,
Yigit
Thank you ;
It’s Working