- Posts: 8
COMMUNITY FORUM
Vertical pagebreak -.-
- Luka
-
Topic Author
- Offline
- New Member
Less
More
13 years 4 months ago - 13 years 4 months ago #60989
by Luka
Vertical pagebreak -.- was created by Luka
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 4 months ago #60990
by william white
Replied by william white on topic Re: Vertical pagebreak -.-
Please send a link to that page. This is a css issue
Please Log in or Create an account to join the conversation.
- Luka
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
13 years 4 months ago #60991
by Luka
Replied by Luka on topic Re: Vertical pagebreak -.-
Here's the link:
what-is-android.info/
what-is-android.info/
Please Log in or Create an account to join the conversation.
- Luka
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
13 years 4 months ago #60992
by Luka
Replied by Luka on topic Re: Vertical pagebreak -.-
Any help?
Please Log in or Create an account to join the conversation.
- Jakub Jedynak
-
- Offline
- Senior Member
Less
More
- Posts: 56
13 years 4 months ago #60993
by Jakub Jedynak
Replied by Jakub Jedynak on topic Re: Vertical pagebreak -.-
In your k2.css file find:
/* --- Pagination --- */
div.k2Pagination {display:inline; padding:8px; margin:24px 0 4px 0; text-align:center; color:#999;}
and change it to:
/* --- Pagination --- */
div.k2Pagination {display:block; padding:8px; margin:24px 0 4px 0; text-align:center; color:#999;}
div.k2Pagination div {display:inline;margin:0 3px;}
div.k2Pagination div div { margin:0; }
div.k2Pagination .clr {display:block;}
div.k2Pagination .page-active {font-weight:bold;}
/* --- Pagination --- */
div.k2Pagination {display:inline; padding:8px; margin:24px 0 4px 0; text-align:center; color:#999;}
and change it to:
/* --- Pagination --- */
div.k2Pagination {display:block; padding:8px; margin:24px 0 4px 0; text-align:center; color:#999;}
div.k2Pagination div {display:inline;margin:0 3px;}
div.k2Pagination div div { margin:0; }
div.k2Pagination .clr {display:block;}
div.k2Pagination .page-active {font-weight:bold;}
Please Log in or Create an account to join the conversation.
- Luka
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 8
13 years 4 months ago #60994
by Luka
Replied by Luka on topic Re: Vertical pagebreak -.-
Thx a lot man!!! Now it's ok! :woohoo:
Please Log in or Create an account to join the conversation.