Jump to content

Next unread topic theme (?) issue

Featured Replies

Posted

When the title surpass 100 characters. 

2E2IW8r.png

Same problem with default theme.

This has been reported as a bug:

 

  • 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%;

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.

Recently Browsing 0

  • No registered users viewing this page.