• Resolved alphaexcapital

    (@alphaexcapital)


    Hi I would like to make better customisation to the plugin shortcodes but I cannot find out how to do it easily.

    What I want is to take the output of the Reviews Summary from

    Rating – Stars
    Summary (it’s always underneath them)

    To:

    Rating – Stars – Summary

    So they are all on one line.

    I’d also like to know how to center them too, as for some reason they will only be alined to the left??

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

    (@geminilabs)

    Do this:

    1. Add a class option to the shortcode or block:

    [site_reviews_summary class="inline-summary"]

    2. Add this custom CSS to your website:

    .glsr-summary.inline-summary {
        max-width: unset;
    }
    .glsr-summary.inline-summary .glsr-summary-text {
        margin-top: 0;
        width: auto;
    }
    Thread Starter alphaexcapital

    (@alphaexcapital)

    Amazing thanks.

    How can I get the “rating” text to be white?

    I’d also like the whole thing to be centred because right now it aligns to the left only.

    In addition to the above, is it possible for you to show me how to make it appear like this too:

    Rating – Stars
    XX out of 5 Stars (based on x reviews)

    – to highlight the above:

    I’d also like to know how to get the rating and stars centred with the summary just below it (also centred).

    Thanks again!

    Plugin Author Gemini Labs

    (@geminilabs)

    Thread Starter alphaexcapital

    (@alphaexcapital)

    Amazing, it works. Thanks.

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