Page 1 of 1

[SOLVED] problems with buttons of the gallery

Posted: 23 Oct 2015, 20:03
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 :)

Re: problems with buttons of the gallery

Posted: 23 Oct 2015, 23:06
by Benno
Hi,
mmmhh in category view the buttons are horizontal ... :idea:
Image

Kind regards,
Benno

Re: problems with buttons of the gallery

Posted: 23 Oct 2015, 23:15
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

Re: problems with buttons of the gallery

Posted: 24 Oct 2015, 06:05
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 :)

Re: problems with buttons of the gallery

Posted: 24 Oct 2015, 06:34
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 !

Re: [SOLVED] problems with buttons of the gallery

Posted: 28 Oct 2015, 15:47
by Jan
Ok