Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 12, 20168 yr When the title surpass 100 characters. Same problem with default theme.
September 13, 20168 yr Author 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%;
September 13, 20168 yr 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.
Archived
This topic is now archived and is closed to further replies.