How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Bullet Point Alignment in Poka Theme for Arabic Website

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18605
    bahiservisi
    Participant

    I am writing to inquire about a technical issue we are encountering with the Poka theme on our Arabic website. As you are aware, Arabic script reads from right to left, while the default alignment of bullet points in the theme currently positions them on the left side.

    This presents a minor visual inconsistency that we would like to rectify. We are seeking potential solutions to align all bullet points to the right, ensuring they seamlessly integrate with the right-to-left flow of the Arabic language.

    For your reference, we have attached a screenshot that captures the current appearance of the bullet points.

    https://prnt.sc/MhDq1S4MnKC1

    #18621
    admin
    Keymaster

    Can you provide us with a link to your site to look it further ?

    #18626
    bahiservisi
    Participant
    This reply has been marked as private.
    #18631
    admin
    Keymaster

    You can try to add those css rules into the site and i think this problem will be fixed :
    .widget ul:not(.review-pros,.faq-list) li{
    padding-right: 1.125rem;
    padding-left: 0;
    }

    .widget ul:not(.review-pros,.faq-list) li::before{
    left: unset;
    right: 0;
    }

    Let me know if this fix the issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.