• Resolved lerocco

    (@lerocco)


    Hello,

    first of all. Thanks for this nice plugin. At this moment i try to find the rigght CSS Code to show the stars in the middle. All the time if we use the shortcode [yasr_overall_rating] the stars will be in the left side.

    We want it in the middle. Can someone help me please? What I have to put in the CSS Code?

    Best regards

    Enrico

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello Enrico, try to add this rule

    .yasr-overall-rating{
        text-align: center;
    }

    this should work.
    Let me know!

    Best,
    Dario

    Thread Starter lerocco

    (@lerocco)

    OMG! It works! I′m so happy. Many thanks dudo!

    Thread Starter lerocco

    (@lerocco)

    Sorry, me again. It looks like it should. Nice.

    But what i have to do if I want center vertical too? I tryed this but it seems not to be ok.

    .yasr-overall-rating{
    text-align: center;

    vertical-alaign: middle;
    }

    Plugin Contributor dudo

    (@dudo)

    Analyzing your website, doesn’t seem something you can fix with css only; you should add some css in your column and row.

    I suggest to ask to the theme’s developers ??

    Best,
    Dario

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stars Center’ is closed to new replies.