Phoca Gallery Image Module Questions
Posted: 09 Feb 2012, 00:30
I'm trying to customize the Phoca Gallery Image Module just a little bit and am running into a couple things I just can't find. I have spent a couple hours now searching through the code but am stumped. It's on my local PC, so I will just paste the relevant code and maybe someone knows where I can fix.
1. I keep getting a phocagallery-box-file height of 163px. I can not figure out how to change this although I thought I figured it out at one point.
2. Not sure if this has anything to do with Phoca module, but there is a blank space showing up in the module_content div that does not appear with any other modules except the Phoca Gallery Image Module. In firebug it shows up as...
Would appreciate any guidance.
1. I keep getting a phocagallery-box-file height of 163px. I can not figure out how to change this although I thought I figured it out at one point.
Code: Select all
<div class="phocagallery-box-file" style="height:163px; width:158px;float:left">
<center>
<div class="phocagallery-box-file-first" style="height:125px;width:125px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
<center>{image & link here}</center>
</div>
</div>
</div>
</center>
<div class="phocaname" style="text-align:center;color: #658F11 ;font-size:12px;">101225_1354r</div>
</div>
Code: Select all
<div class="module-content">
" "
<div id="phocagallery-module-ri" style="text-align:center;width:908px;"><center>
<div class="phocagallery-box-file" style="height:163px; width:158px;float:left">
etc...
</div>
</div>
</div>