Help with Photo Frame

Would anybody be able to tell me how to adjust the size of the fine line that surrounds a photo.

For example, click here.

And scroll to the photo on the left hand side.  See the dark gray frame around my image?  That extra space is causing my image to be cut off ....

 

Thanks! Smile

Quote · 15 Sep 2010

Here's your problem:

 

.bx_sys_block_images_curr {
border:1px solid #CCCCCC;
margin:0 auto;
text-align:center;
width:604px;
}
The width of the images containing div is 604px, which is much wider than the left column.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 15 Sep 2010

templates/base/css/entry_view.css   Just comment out two lines of css as shown below.  Clear the /cache directory and your browser to see changes

.bx_sys_block_images_title_curr {
margin:10px auto;
/*   width:604px; */
font-size:12px;
text-align:center;
font-weight:bold;
}

.bx_sys_block_images_curr { 
border:1px solid #ccc;
margin:0 auto;
/*    width:604px; */
text-align:center;
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 15 Sep 2010

Why not to just use width: 100% lol?

Quote · 8 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.