motomac Posted October 29, 2015 Posted October 29, 2015 At the bottom of every topic, blog post e.t.c there are two links with left and right arrows. These links are very useful, but their clickable areas extend on whole width of the page. So the empty area at the center is clickable to, which may confuse users and cause unintentional clicks. Please, make these clickable areas smaller:
Colonel_mortis Posted April 13, 2017 Posted April 13, 2017 To your custom.css file, add .ipsPager .ipsPager_next a, .ipsPager .ipsPager_prev a { display: inline-block; }
motomac Posted April 15, 2017 Author Posted April 15, 2017 Thank you, @Colonel_mortis! Hope IPS guys will add this fix.
motomac Posted April 18, 2017 Author Posted April 18, 2017 These changes add another CSS problem with long topic titles:
Colonel_mortis Posted April 18, 2017 Posted April 18, 2017 3 hours ago, motomac said: These changes add another CSS problem with long topic titles: You can fix that by also adding max-width: 100% inside the braces in the bit you added before, so it becomes .ipsPager .ipsPager_next a, .ipsPager .ipsPager_prev a { display: inline-block; max-width: 100%; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.