Okay
  Public Ticket #2351928
Right to left customisations
Closed

Comments

  • almosawi started the conversation

    Hi Kalium team, 


    I have few issues with my RTL website, I listed them below along with attached screenshot. 

    1. there is a white space in the Arabic website (RTL), so the website is scrolling horizontally. (Attachment-1)

    2. I would like to shift the author column to the right, and the quotes as well to be RTL. (Attachment-2)

    3. I would like to translate everything to Arabic (Ex. Share your thoughts, comment ... etc). (Attachment-3).


    Looking forward to hearing from you, 

    Regards,

  •  1,558
    Laborator replied

    Hi almosawi,

    1. Add this CSS to Custom CSS:

    .go-to-top-vp {
        left: 100px !important;
    }
    

    2. Can you please provide a post where the author info is shown and there are blockquotes so I can provide you with CSS that would change it.

    3. You can do that using Loco Translate plugin, we have an article in theme documentation that explains how to do that.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • almosawi replied

    Great Thank you, Art. 

    the three issues are solved. 

    I have one more issue, in the blog page. new blog page (Arabic section) the new blog posts should appears from right to left, How can I fix that. (Link: https://everydaybahrain.com/ar/blog/) and similar also the team members photos (https://everydaybahrain.com/ar/about/)

    Many thanks for your support. 

  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS:

    .blog-posts > li, 
    .blog-posts > .loading-posts {
        position: relative !important;
    }
    .blog-posts.columns-3 > li:nth-child(3n + 1) {
        float: right !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • almosawi replied

    Thats great, it worked. 

    Many thanks for your quick support :) 

    All the best

  •  1,558
    Laborator replied

    Happy to hear that, if you like our theme, it would help us a lot if you could give us a five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance, stay safe!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • almosawi replied

    Done :) all the best