Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS pagination rtl

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271871
    longman
    Participant

    Hi,
    I have a website that the the language is RTL.
    I have implemented RTL to every section, but I am not able to find out what is the css code for pagination section.
    I will appreciate if anyone who knows the code, share it with me.
    Thanks a lot
    site:
    https://windowsmag.ir

    #271883
    kashif
    Participant

    add in your css with using rtl class if your website is multiple languages

    .wp-pagenavi a:active, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    float:right;
    }

    .wp-pagenavi a{
    float:right;
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.