- Posts: 93
COMMUNITY FORUM
Pagination Styling
- GreenDome
- Topic Author
- Offline
- Premium Member
Less
More
14 years 5 months ago #84120
by GreenDome
Pagination Styling was created by GreenDome
Does K2 use the standard Joomla pagination styling or does it has it own and how does one change it?ThanksGD
Please Log in or Create an account to join the conversation.
- vtiger
- Offline
- Premium Member
Less
More
- Posts: 83
14 years 5 months ago #84121
by vtiger
Replied by vtiger on topic Pagination Styling
standard Joomla pagination
Please Log in or Create an account to join the conversation.
- Simon Wells
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 5 months ago #84122
by Simon Wells
Replied by Simon Wells on topic Pagination Styling
Hi,
K2 uses its own styling for pagination, which is generated by Joomla pagination.
The default k2.css contains the following for pagination:
/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
also:
div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}
Of course you can modify as you wish, add extra classes, use images etc.
Hope that helps
Simon
K2 Support
K2 uses its own styling for pagination, which is generated by Joomla pagination.
The default k2.css contains the following for pagination:
/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
also:
div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}
Of course you can modify as you wish, add extra classes, use images etc.
Hope that helps
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- GreenDome
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 93
14 years 5 months ago #84123
by GreenDome
Replied by GreenDome on topic Pagination Styling
Thanks Simon - very helpful.
GD
Simon Wells (K2 Support) said:Hi,
K2 uses its own styling for pagination, which is generated by Joomla pagination.
The default k2.css contains the following for pagination:
/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
also:
div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}
Of course you can modify as you wish, add extra classes, use images etc.
Hope that helps
Simon
K2 Support
GD
Simon Wells (K2 Support) said:Hi,
K2 uses its own styling for pagination, which is generated by Joomla pagination.
The default k2.css contains the following for pagination:
/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
also:
div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}
Of course you can modify as you wish, add extra classes, use images etc.
Hope that helps
Simon
K2 Support
Please Log in or Create an account to join the conversation.