-
AuthorPosts
-
zorroson Friend
zorroson
- Join date:
- May 2007
- Posts:
- 62
- Downloads:
- 81
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 3 times in 2 posts
October 3, 2010 at 4:29 pm #154901Hi all,
I’ve noticed that pagination looks really bad in JA Droid, and it also shows in the official Joomlart demo site (see close to bottom, just before “Form Style” (see attachment).
I wonder if nobody just haven’t noticed this? If so – any solutions to this?
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
October 3, 2010 at 9:39 pm #357582It could be fixed by adding float:left; to .ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {} from template.css
Also margin-top:15px; declared in .ja-content-main .counter { } from template.css could be reduced to fit the width of pagination div.
As regards bullets inline of the page numbers – I’ve tried to remove them, but they are still there. I think a solution could be creating separate style specially for pagination divs.zorroson Friendzorroson
- Join date:
- May 2007
- Posts:
- 62
- Downloads:
- 81
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 3 times in 2 posts
October 4, 2010 at 7:31 am #357633Hi Gray,
Many thanx for your reply!
I’ll try your suggestions asap!zorroson Friendzorroson
- Join date:
- May 2007
- Posts:
- 62
- Downloads:
- 81
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 3 times in 2 posts
October 4, 2010 at 9:03 am #357648Just to follow up – based on Grays suggestions, I found that the following changes worked in my design. Might need adjusting to work in your setup, but here it is:
.ja-content-main ul li {
float:left;
padding-left: 10px;
background: none;
}zorroson Friendzorroson
- Join date:
- May 2007
- Posts:
- 62
- Downloads:
- 81
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 3 times in 2 posts
October 4, 2010 at 9:16 am #357651For what it’s worth – if anybody wish to have the pagination centered, you can you this instead:
.ja-content-main ul {
text-align: center;
}.ja-content-main ul li {
display: inline;
padding-left: 10px;
background: none;
}AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by zorroson 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Pagination looks weird in JA Droid – anybody know why?
Viewing 5 posts - 1 through 5 (of 5 total)