Jump to content

Next unread topic theme (?) issue


Rizzini

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...