Joomla Pagination Object Gets Messed Up When Used In [left] Or [right] Module Position. - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Joomla Pagination Object Gets Messed Up When Used In [left] Or [right] Module Position.

L

loovanloon

Helix Framework 4 years ago

Helix Ultimate 2.0.5 Joomla 4.0.4

  1. I have a module that shows the pagination object. The pagination-object gets 'messed up / 'misformed' when the module is placed in the modue position [left] or [right]. In any other module position this issue does not occur. What can I do that have the pagination-object properly displayed in #sp-left and #sp-right?

Example: https://www.splintervanloon.nl/index.php/voorstellingen/archief/regisseurs

![https://imgur.com/6lLTdm2] ![(https://imgur.com/lFwFZyM]

  1. Also the module has a thin box-line around itself in module positions [left] and [right]. I don't want that. How can I correct that?
0
1 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #44466

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please add this css code inside the custom.css file.

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 24px;
    padding: 0.375rem 0.75rem;
}

-Thanks

0