Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cuveni

    (@cuveni)

    can any1 help me pls?

    WPyogi

    (@wpyogi)

    Possibly, but given that this is likely a CSS question, no way to help without seeing your site.

    Thread Starter cuveni

    (@cuveni)

    https://kolacici.net

    Thats my site so help me if u can pls

    WPyogi

    (@wpyogi)

    Try adding this to a custom CSS section (if your theme does not have custom CSS as an option, use a plugin):

    .kk-star-ratings.lft {
        float: none;
        margin: 0 auto;
    }

    Thread Starter cuveni

    (@cuveni)

    something was not ok but I did it like this

    .kk-star-ratings.lft  {
    display:block;
       float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    }

    thank you WPyogi, u were very helpful ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Star positioning’ is closed to new replies.