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