button not with css

Phoca Gallery - image gallery extension
batland
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 28 Aug 2016, 14:50

button not with css

Post by batland »

Hello,

behind my phoca category view, navigation button are not like on on sample , but like a list with dot at the beginning of each line
like
- previous
- 1
- 2
- next

what can I do ?

thank's for your help
christine
Phoca Hero
Phoca Hero
Posts: 2735
Joined: 28 Nov 2010, 17:20

Re: button not with css

Post by christine »

Hi,
batland wrote:behind my phoca category view, navigation button are not like on on sample ...
which sample? Which Joomla & PG version?

The pagination is designed by your template. Just similar code, you could try:
ul.pagination li {
display:inline;
list-style-type:none; }
some paddings could also be necessary. More infos, only possible with given URL.

Kind regards, Christine
Post Reply