• Resolved worktrainer

    (@worktrainer)


    Hi, I managed to center text and titel but stars stay left of the screen. Can you or someone please tell me the css code to achieve this? Thx!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Is this for the summary?

    Thread Starter worktrainer

    (@worktrainer)

    Hi Sorry for the late reply we had a holiday here.

    I use Elementor and added some css there. It’s for the customers reviews. like [site_reviews]

    I have everyting centered but the stars are far left.
    I can send you a bypass url so you can see it for yourself if you like.

    .homeReviews * {
        font-family: Asap Condensed;
        font-size: 12pt;
        font-weight: 500;
        text-align: center;
        justify-content: center; 
    }
    Thread Starter worktrainer

    (@worktrainer)

    Here is a screenshot.

    Screenshot

    • This reply was modified 4 years, 1 month ago by worktrainer.
    Plugin Author Gemini Labs

    (@geminilabs)

    Try this:

    .homeReviews .glsr-review-date {
        flex-basis: 0% !important;
        flex-grow: 0 !important;
    }
    Thread Starter worktrainer

    (@worktrainer)

    Works perfectly! Thx!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Center Stars CSS’ is closed to new replies.