Where is the border size controlled?
Posted: 11 Jan 2009, 03:57
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
I would have thought the border would be controlled with the following:
But no matter how muc i change the widths and heights in this code, the border size will not change????
Please help me
I have increased my image size, the module itself is the perfect size but i cannot change the border size anywhere
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;
}
Please help me