Size of page buttons to big

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Jun 12, 2012 10:00 am
Hi,

how can I change the size of the page number (number and buttons)? 50% percent of the current size would be right!

Image

Thanks,

prh
User avatar
Fresh Boarder

GK User
Sat Jun 16, 2012 6:02 am
Can't anyone helps me?

prh
User avatar
Fresh Boarder

GK User
Sat Jun 16, 2012 10:14 am
It will be easier if you can post a link to your website. See you around...
User avatar
Platinum Boarder

GK User
Sat Jun 16, 2012 1:25 pm
normanUK wrote:It will be easier if you can post a link to your website. See you around...


Okay, here it is: http://www.bildungsspiegel.de/component ... ny&limit=5

prh
User avatar
Fresh Boarder

GK User
Sat Jun 16, 2012 7:57 pm
Please add following css code in to override.css file located in templates/gk_templatename/css/override.css
and then enable css override from template settings > advanced settings > css override.

Code: Select all
#gkComponent ul li { margin-left: 5px; }
#article-index ul li a, #article-index ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.pagination ul li a, div.pagination ul li span { padding: 2px 8px;font-size: 12px; }


See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 17, 2012 5:40 am
Hi, Norman,

thank you, that's much better now. 8-)

What to do:
- The spaces between the buttons is too large.
- Show all buttons in one row.

Is it possible?

Best wishes,

prh
User avatar
Fresh Boarder

GK User
Sun Jun 17, 2012 7:52 am
I ve already added that in previous css code perhaps we need to add !important to override it.

So use below code instead.
Code: Select all
#gkComponent ul li { margin-left: 5px!important; }
#article-index ul li a, #article-index ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.pagination ul li a, div.pagination ul li span { padding: 2px 8px;font-size: 12px; }


See you around...
User avatar
Platinum Boarder

GK User
Sun Jun 17, 2012 8:16 am
Now it works very fine!

Thank you.

prh
User avatar
Fresh Boarder

GK User
Sun Jun 17, 2012 8:57 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Tue Jun 19, 2012 2:23 pm
Hi, I again.

The page pagination is okay.

Unfortunately, now my previous problem with the Bullets is virulent again.

Please see:
"No Bullets" (https://www.gavick.com/forums/the-world ... 16818.html)

Please see these snippets:

Before the css changes:
Image

After the css changes:
Image

Now I need your help very much!

prh
User avatar
Fresh Boarder

GK User
Tue Jun 19, 2012 4:13 pm
Add or replace previous code with below code.

Code: Select all
.pagination ul li { margin-left: 5px!important; }
div.k2Pagination ul li a, div.k2Pagination ul li span, div.pagination ul li a, div.pagination ul li span { padding: 2px 8px;font-size: 12px; }


See you around...
User avatar
Platinum Boarder

GK User
Tue Jun 19, 2012 4:33 pm
normanUK wrote:Add or replace previous code with below code.


Where exactly is the new code to inserted?

prh
User avatar
Fresh Boarder

GK User
Tue Jun 19, 2012 5:35 pm
Replace my earlier css change in override.css which is below
Code: Select all
#gkComponent ul li { margin-left: 5px!important; }
#article-index ul li a, #article-index ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.pagination ul li a, div.pagination ul li span { padding: 2px 8px;font-size: 12px; }

With below css
Code: Select all
.pagination ul li { margin-left: 5px!important; }
#article-index ul li a, #article-index ul li span, div.k2Pagination ul li a, div.k2Pagination ul li span, div.pagination ul li a, div.pagination ul li span { padding: 2px 8px;font-size: 12px; }


Hope it is clear now, see you around ;)
User avatar
Platinum Boarder

GK User
Wed Jun 20, 2012 7:10 am
normanUK wrote:Hope it is clear now, see you around ;)


Yes, now it's all clear ;-)

Thank you.

prh
User avatar
Fresh Boarder

GK User
Thu Jun 21, 2012 6:38 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 2:23 pm
Hi,

My problem is that the page navigation buttons do not APPEAR in the page.

my url is http://www.chaniapolis.gr/index.php/en/health.html

joomla 2.5
zoo content manager


P.K

Thanks a lot.
User avatar
Fresh Boarder

GK User
Wed Aug 15, 2012 2:33 pm
@panteliskas

That is Zoo Component so you would have to ask them to add Pagination Style.

See you around...
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 2:43 pm
Thanks a lot for your answer.

P.K
User avatar
Fresh Boarder


cron