Problem with the full pager in the right sidebar

Hello,

While the full pager works correctly in the main content, it has a display issue in the right sidebar when I use it. Has anyone faced the same problem?

Kind regards,
Ioannis

Hello Ioanni,

Can you please provide a link of the site in order to check your configuration?

Thank you,

Konstantinos

Hello again,

Do we have any update about this problem?
I think it’s kind of important because it affects many pages.

This is the page https://test-lpcc.web.cern.ch/

Hello Ioanni,

There is a ticket for that => https://gitlab.cern.ch/web-team/drupal/public/d8/themes/cernbase/issues/45.

I noticed that you already use the CERN Override theme, so if you want a temporary solution you can use the following solution:

.sidebar-right nav ul > li {
   width: auto;
}

.sidebar-right nav {
   padding: 0;
}

Konstantinos

1 Like

It works!

Thanks