Event Thumbnail Size

Could someone help me find how to change the events module thumbnails?

I would like to have them wider, so the text on the image is not clipped.

These events are imported from Facebook, which now has banner type photos on all events.

I'm including a photo, and the link to the events site. Thanks in advance.

 

http://duvallocals.com/m/events/home/

event-thumbnail-size.jpg · 149.1K · 240 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Oct 2013

Not 100% sure, but the magic number is 140 (px) and if there is nothing in the events mod, check the BxDolTwigModule.php

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 6 Oct 2013

 

Not 100% sure, but the magic number is 140 (px) and if there is nothing in the events mod, check the BxDolTwigModule.php

 Thanks Denre..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Oct 2013

In modules\boonex\events\templates\base\css\main.css

Add the code below :

.bx-twig-unit-thumb-cont {
    float:left;
    display:table-cell;
    top:0;
    left:0;
    width:140px;
    text-align:center;
    vertical-align:top;
    padding-left:2px;
    padding-bottom:3px;
}

Change the width (highlighted in red) and clear cache.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 6 Oct 2013

 

Change the width (highlighted in red) and clear cache.

 Excellent! Thanks again for the help guys.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 6 Oct 2013
 
 
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.