Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Rizzini Posted September 12, 2016 Posted September 12, 2016 When the title surpass 100 characters. Same problem with default theme.
Rizzini Posted September 13, 2016 Author Posted September 13, 2016 5 hours ago, Colonel_mortis said: This has been reported as a bug: I tried to fix it, can you help me? .ipsPager_title, .ipsPager_type { display: block; height: 18px; overflow: hidden; text-overflow: ellipsis; max-width: 100%;
Colonel_mortis Posted September 13, 2016 Posted September 13, 2016 10 hours ago, Merlls said: I tried to fix it, can you help me? .ipsPager_title, .ipsPager_type { display: block; height: 18px; overflow: hidden; text-overflow: ellipsis; max-width: 100%; If you are developing full theme, you should edit css/core/global/framework/pagination.css and add max-width: 100% just below line 118, inside the selector .ipsPager .ipsPager_next a, .ipsPager .ipsPager_prev a Alternatively, if you're just modifying someone else's/the stock theme, add the following to custom.css: .ipsPager .ipsPager_next a, .ipsPager .ipsPager_prev a { max-width: 100%; } and the change will be persistent across updates.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.