Adjusting footer items

Hello,

Is there a way to line up the items in my footer properly?

  1. There is a big margin above Google reviews title.
  2. Google reviews title is bigger than recent posts.
  3. The Google reviews title seems to have a different font.

http://www.cleanercarpetslondon.com/stagingwebsite/

Hi There,

Please add the following CSS under X > Theme Options > CSS:

.google-reviews-pro .grp-widget-title {
    margin: 0;
    font-size: 150%;
    font-family: "Neuton",serif;
}

.grw-slider .grw-review {
    margin-top: 0.5em !important;
}

Hope it helps :slight_smile:

1 Like

Amazing @thai!

Thank you. :grin:

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.