Page 1 of 1

Where is the border size controlled?

Posted: 11 Jan 2009, 03:57
by swiftmed
Where is the css border size details too for the Phoca Random Image Module???

I have increased my image size, the module itself is the perfect size but i cannot change the border size anywhere :x

I would have thought the border would be controlled with the following:

Code: Select all

}

#phocagallery-module-ri .phocagallery-box-file {
	position:relative;
	width:155px;
	height:220px;
	border:1px solid #E8E8E8;
	padding:5px;
	background:#fcfcfc;
	margin:5px;
	text-align:center;
	overflow:visible;
}

#phocagallery-module-ri .phocagallery-box-file-first {
	background:#f5f5f5;
	width:100px;height:100px; overflow: hidden;
	display: table; vertical-align:middle;
}
But no matter how muc i change the widths and heights in this code, the border size will not change????

Please help me

Re: Where is the border size controlled?

Posted: 12 Jan 2009, 23:24
by Jan
Hi, you should change the border size in the php file of phoca gallery random image, because of paramters, the basic css is overwritten in this php file...

Jan