Support » Plugin: WP Photo Album Plus » Changing star size

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    The height of the stars is the setting in Table V-4b: Navigations Font size plus 3 pixels. If no value is set there, the height of the stars is 15 pixels.

    I see that you already overruled the fontsize to 12 px in a css. You can also overrule the current star size of 18 pixels as follows:

    .wppa-avg-1, .wppa-rate-1 {
    height: 15px !important;
    }
    Thread Starter pugman76

    (@pugman76)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing star size’ is closed to new replies.