Site logo

Archived topic

Shortcode problem

4 replies · Started by russel on December 9, 2021

Viewing posts 1–5 of 5

Regarding with this topic : https://generatepress.com/forums/topic/star-rating-system/

Some mobile devices render the "apples" incorrect like this one: (Private Message)

I tested this with 3 android devices and it persist only with ASUS ROG phone 5 - the latest device among the batch.

Maybe the issue ties with the android version?

Hi there,

Can you make the site live so we can check? To inspect the element and set some CSS writeups to possibly prevent this.

what do you mean by "live"?

Sent the site VIA private box

or do you mean the logins?

Hi there,

replace this CSS:

.star-bar li {
    text-align: center;
    font-size: 50px;
}

with this:

.star-bar li {
    text-align: center;
    font-size: 35px;
}

@media(max-width: 768px) {
    .star-bar li {
        text-align: center;
        font-size: 6vw;
    } 
}
This archived topic is closed to new replies.