Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #814702

    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
    RTL

    #814707

    Hi travelbox!

    Can you please post a link to your page?

    Regards,
    Yigit

    #814714

    Private link sent

    #814728

    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

    #814759

    Thank you ;
    It’s Working

    #814774

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post Title to Right RTL’ is closed to new replies.