• I currently don’t have schema turned on, so the link above will not show the issue. It looks like when schema is turned on, the rating bits are being wrapped in a div tag and that if forcing a line break so instead of:

    Overall: *****

    it looks like

    Overall:
    *****

    Just looking to see if there is an easy way to fix. I have a work around, but it is ugly and forces me to use yet another plugin to do my schema another way.

    Otherwise, I love the simplicity of the plugin.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Chasil

    (@chasil)

    Hi drokita,

    I am sorry for the very late response. There is a stylesheet which should force the div to be inline:

    span.usr, div.usr {
        display: inline !important;
    }

    I tested the behaviour in my own environment and didn’t face that issue. Would it be possible for you to have a rating with SEO enabled and send me the link so that I can check that out?

    Thanks and best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Line break between Text and stars when schema turned on’ is closed to new replies.