Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Genestoy Posted June 14, 2017 Posted June 14, 2017 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!
clearvision Posted June 14, 2017 Posted June 14, 2017 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.
Genestoy Posted June 14, 2017 Author Posted June 14, 2017 I put that in the custom CSS and nothing changed?
clearvision Posted June 15, 2017 Posted June 15, 2017 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.... 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.
Genestoy Posted June 15, 2017 Author Posted June 15, 2017 ok that did work was looking for the change on the computer too. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.