- Posts: 2
- Thank you received: 0
Pagination not showing correctly at bottom
- electromech
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago #12405
by electromech
Pagination not showing correctly at bottom was created by electromech
Good Day,
Can you look at my site and see why the pagination at the bottom is being crammed together. The site is www.stlpokerplayer.com if you just hit the search box at the top right with nothing in it, it will bring up all events and then you will see the issue. Please let me know. Great job on the component.
Patrick
Can you look at my site and see why the pagination at the bottom is being crammed together. The site is www.stlpokerplayer.com if you just hit the search box at the top right with nothing in it, it will bring up all events and then you will see the issue. Please let me know. Great job on the component.
Patrick

Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 5 months ago #12409
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Pagination not showing correctly at bottom
Hi Patrick
It is just an issue with the css of your site template. Please follow the steps below to solve the issue :
1. Open the file components/com_eventbooking/views/search/tmpl/default.php
2. Find the code below (around line 233-235 :
3. Change it to :
After that, it will work as expected !
Regards,
Tuan
It is just an issue with the css of your site template. Please follow the steps below to solve the issue :
1. Open the file components/com_eventbooking/views/search/tmpl/default.php
2. Find the code below (around line 233-235 :
Code:
<div align="center">
<?php echo $this->pagination->getListFooter(); ?>
</div>
3. Change it to :
Code:
<div align="center" class="pagination">
<?php echo $this->pagination->getListFooter(); ?>
</div>
After that, it will work as expected !
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- electromech
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
13 years 5 months ago #12417
by electromech
Replied by electromech on topic Re: Pagination not showing correctly at bottom
Thanks Tuan that did it. Appreciate the quick reply.

Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.