Viewing 1 replies (of 1 total)
  • A plugin (or your ratings template) is wrapping your ratings in divs and therefore displaying them as blocks.

    Add this to your css, it will display it horizontally instead:

    .et_social_media_wrapper {
        display: inline-block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘the stars appear vertically’ is closed to new replies.