• Resolved maxwellkfer

    (@maxwellkfer)


    Hello,
    How can I change the size of the elements displayed (stars + powered by Google) and also reduce the space between the stars and the text “powered by Google” ?
    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @maxwellkfer Most themes will affect the spacing between elements, font size, etc.

    Do you have an example of the design as you currently have it?

    Thread Starter maxwellkfer

    (@maxwellkfer)

    Plugin Author Design Extreme

    (@designextreme)

    @maxwellkfer Your theme is adding a large margin to all paragraphs.

    Just use this CSS to make it appear better in the element here:

    .google-business-reviews-rating p {
        padding: 0;
        margin: 0 0 0.5rem;
        text-align: right;
    }

    You can add this in the Child theme or using the Custom Styles input in the Advanced tab.

    Thread Starter maxwellkfer

    (@maxwellkfer)

    Thank you, is it possible to reduce the size the stars and text ?

    Plugin Author Design Extreme

    (@designextreme)

    Yes, you can use something like the following:

    .google-business-reviews-rating .rating {
        font-size: 1.4rem;
    }
    .google-business-reviews-rating .powered-by-google {
        width: 130px;
        height: 18px;
    }

    You can change the font-size value to use px, pt, rem, etc. The “Powered by Google” image is fully scaleable too.

    Thread Starter maxwellkfer

    (@maxwellkfer)

    Thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Size of the display’ is closed to new replies.