[SOLVED] problems with buttons of the gallery

Phoca Templates - templates for Joomla! CMS
kwarn
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 23 Oct 2015, 19:49

[SOLVED] problems with buttons of the gallery

Post by kwarn »

Hi,

i have some trouble to show correctly the buttons of the bottom of the gallery : actually, they are shown in a vertical column. See :
http://www.lestibidous.fr/activites-man ... -noel.html

How to put them horizontal ? i can't find who is the css file to do this.

Thanks for your support :)
Last edited by kwarn on 24 Oct 2015, 06:40, edited 1 time in total.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9094
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: problems with buttons of the gallery

Post by Benno »

Hi,
mmmhh in category view the buttons are horizontal ... :idea:
Image

Kind regards,
Benno
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: problems with buttons of the gallery

Post by christine »

Hi,

First of all: remove the red "
.pg-cv-box{
height:140px;width:100px;"
}

.pg-cv-box-stat{
height: 140px;
width: 100px;"}

.pg-cv-box-img{
height:100px;width:100px;"
}
buttons of the bottom of the gallery : actually, they are shown in a vertical column.
You do have compressed css: http://www.lestibidous.fr/media/plg_jch ... 7e5f47.css

Try following and add as stated below:
.pagination ul li {
display:inline-block;
margin-left:30px;
}
.pg-cv-paginaton {
padding-bottom:30px;
}
Kind regards, Christine
kwarn
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 23 Oct 2015, 19:49

Re: problems with buttons of the gallery

Post by kwarn »

thanks for the 2 responses.
Benno : this is not of the bottom of each image but at the bottom of the gallery (gray button "debut", "precedent"...) ;)
Christine: hum, very interestant ! The problem is that the compress css file is dynamic. In the folder, there is no css file. To make the modification, i must know, where is .pagination... and actually, i didn't find !
So if somebody know... i'll be happy :)
kwarn
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 23 Oct 2015, 19:49

Re: problems with buttons of the gallery

Post by kwarn »

so i found the problem: it was a template problem. So i made a custom css file that called [name of the template]-custom.css with this unique modification and put it on the css template folder. It work ;) Yhanks for your help ! i appreciate !
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [SOLVED] problems with buttons of the gallery

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply