Jump to content

Post icons replacement

Featured Replies

Posted

I need to make the "dot" and "star" icons to the left of the posts larger as I have members complaining that they are way too small on their tablets for their fat fingers! Anybody know an easy way to do this?

As always thanks for any assistance!

Something like

@media screen and (max-width:1024px) {
.cTopicList .ipsItemStatus:not(.ipsItemStatus_large) {font-size: 20px;}
}

Would make them bigger (they already go to 18px from 14px for <979px wide screen) but on iPad which is 1024px in landscape mode this really helped with touch.

 

  • Author

I put that in the custom CSS and nothing changed?

It only gets bigger on an ipad or smaller.  You can make even bigger if needed by changing '20px'.

It really helped on ipad  on accuracy of touch and I added to my forum....

regular.JPG.7bd4051e932cb96babb7c76bcc1a358c.JPG  ipaddot.JPG.ac6a86f92e3c7278c4eabe9d0bda68bf.JPG

If not working then maybe not the topic list for a forum?

If you want bigger all the time just drop the first line and the last } but it looks really odd on a desktop.

  • Author

ok that did work was looking for the change on the computer too.

Thanks

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.