• Resolved misterdaco

    (@misterdaco)


    Hi @dudo

    Great plugin, work smooth and looks nice, great work !

    I’m trying to have the stars and text displayed centred on 2 lines.

    You can see it on the popup that is triggered when you attempt to leave the page.

    – I figured out to display on 2 lines,
    – I figured out to display text line centred,
    – I cannot make the stars centred

    Here is the css I’m using into plugins Settings/Aspect & Styles/Custom CSS Styles

    .yasr-rater-stars-visitor-votes {
    	display: block;
    }
    
    .yasr-visitor-votes {
    	text-align: center;
    }

    Your help would be much appreciated
    thanks a lot !

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

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

    (@dudo)

    Hi, thank you for using Yasr!

    Try this

    .yasr-visitor-votes {
    text-align: center;
    }
    
    .yasr-visitor-votes-after-stars-class{
    display: block;
    }

    Just tested and works

    Let me know ??

    Best,
    Dario

    • This reply was modified 5 years, 6 months ago by dudo.
    Thread Starter misterdaco

    (@misterdaco)

    Hi Dario,

    Awesomeness !
    Works like a charm, and what a fast reply

    Thanks a lot, your support is very much appreciated !!
    deserve a five star rating : )

    Best,
    Franck

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centered on 2 lines’ is closed to new replies.