site thumbnails in outline

hi,

The site thumbnail in outline is very small from other thumbnails eg photos.

In the site module setting image size is set to xlg.

I saw in the HTML with firebug that the thumbnail original size is 324X240 but the system resize it to 140X105

 

 

 

Capture.PNG · 1.3M · 251 views
Always remember that the future comes one day at a time.
Quote · 20 Jan 2017

Try to change the following CSS code in modules/boonex/sites/templates/base/css/wall_outline.css file:

.bx_sites_unit_outline {
    margin-left:auto;
    margin-right:auto;
    width:200px;
    height:140px;    
    line-height:140px;
    text-align:center;
}
Rules → http://www.boonex.com/terms
Quote · 21 Jan 2017

I tried it. the thumbnail still small

Always remember that the future comes one day at a time.
Quote · 21 Jan 2017

done!

 

go to wall_outline.css in site modoule->temalte->base->css and 

.bx_sites_unit_outline {

    margin-left:auto;

    margin-right:auto;

    /*width:140px;

    height:140px;    

    line-height:140px;*/

    text-align:center;

}

 

.bx_sites_unit_outline img {

    /*max-height:140px;

    max-width:140px;*/

    vertical-align:middle;

}


go to outline.css in module wall ->template->base->css and

 

div.wall-oii-image img,

div.wall-oii-image img.wall-oii-image {

position: relative;

display: block;

margin: 0 auto ;

padding: 5px ;

width: auto;

max-width: 100%; 

}

Always remember that the future comes one day at a time.
Quote · 24 Jan 2017
 
 
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.