Where is the border size controlled?

Phoca Gallery modules - modules for Phoca Gallery extension
swiftmed
Phoca Member
Phoca Member
Posts: 26
Joined: 07 Jan 2009, 06:51

Where is the border size controlled?

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Where is the border size controlled?

Post 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
If you find Phoca extensions useful, please support the project
Post Reply