• Resolved Alessio Rigoli

    (@agrtechnology)


    Hi there been using this plugin for a while and really happy with it overall, I am however wondering if its possible to adjust centering of the review shortcode. I can get the main shortcode itself to center and can play with page widths a bit which affects the review text however the title still doesnt change and align with everything else. Wondering if theres anyway I can adjust the review title so everything aligns nice and consistently.

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

    (@geminilabs)

    1. Add a class to your Latest Reviews shortcode/block/widget.
      For example, using a shortcode: [site_reviews class="align-center"]
    2. Add the following CSS to your website:
    .align-center .glsr-review {
      justify-content: center;
      text-align: center;
    }
    .align-center .glsr-review-date {
      flex-grow: 0 !important;
    }
    Thread Starter Alessio Rigoli

    (@agrtechnology)

    Perfect thanks very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘centering content of reviews in shortcode’ is closed to new replies.