Keyword

How to change the style of the K2 pagination

  • vinson chan
  • vinson chan's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago #59177 by vinson chan
:(
In my website the K2 pagination is:

Attachment not found



i want to change the style to:

Attachment not found




i try to correct the css files, but all are failed.............help
I try to change the template, but the problem still exists................
Attachments:

Please Log in or Create an account to join the conversation.

  • vinson chan
  • vinson chan's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago #59178 by vinson chan
Replied by vinson chan on topic Re: How to change the style of the K2 pagination
:cheer:
method: use the below code in k2.css

.k2Pagination ul li {
border: 1px solid #CCCCCC;
float: left;
margin: 0 3px;
padding: 0 4px !important;
}

Please Log in or Create an account to join the conversation.

  • vinson chan
  • vinson chan's Avatar Topic Author
  • Offline
  • New Member
More
12 years 10 months ago #59179 by vinson chan
Replied by vinson chan on topic Re: How to change the style of the K2 pagination
better code: :)

div.k2Pagination {
float:right;
position:relative;
right:20%;
}
div.k2Pagination ul li {
list-style: none;
border: 1px solid #CCCCCC;
float: left;
margin: 0 3px;
padding: 0 4px !important;
text-align:center;
position:relative;
right:40%;
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum