Jump to content

Featured Replies

Posted

There is the global option within Members > Profiles > Profile Settings > Display Settings, to select how the software reacts when a member clicks an item link. If you select the option, Take me to the beginning, This allows you to delineate between the Ball/Star, and the Thread Title, as taking you to the beginning of that thread.

This was not a problem in v4.x. With v5.x the pixelization of the Ball/Star is much smaller, making the selection of the button to take one to the latest post all but impossible (it is selectable if you enlarge the screen. However, that page will stay enlarged on your next visit to it). The Ball/Star button needs to be enlarged to something akin to what existed in v4.x.

Thank you.

Edited by My Sharona

 

There is the global option within Members > Profiles > Profile Settings > Display Settings, to select how the software reacts when a member clicks an item link. If you select the option, Take me to the beginning, This allows you to delineate between the Ball/Star, and the Thread Title, as taking you to the beginning of that thread.

This was not a problem in v4.x. With v5.x the pixelization of the Ball/Star is much smaller, making the selection of the button to take one to the latest post all but impossible (it is selectable if you enlarge the screen. However, that page will stay enlarged on your next visit to it). The Ball/Star button needs to be enlarged to something akin to what existed in v4.x.

Thank you.

In your custom CSS, throw in

.ipsIndicator {font-size: 9px;}

Then adjust the font size up as you wish. 9px is the default.

If you don't want to change desktop and just mobile use this instead and scale up the size again.

@container (max-width:750px) {
.ipsIndicator {font-size: 9px;}
}

Recently Browsing 0

  • No registered users viewing this page.