Category List Title Box (jmzin-section)

Hi

On the homepage I am struggling to get the title boxes all the precise same size as they auto adjust according to amount of Text in Box.

As you can see here: http://nichuizen.co.za/index.php/ the far right box called "Little by Little" is smaller than the others. I have tried a couple of things like line breaks to correct size but cannot get it to match the other box sizes.

Please help.

Thanks

1 answer

Profile photo of tomc 0.00 $tone August 18, 2014
Public

Try This . . . . .

Within file path —> /skin/frontend/default/jm_classy/joomlart/jmcategorylist/css/jm.categorylist.css
at line 142, add a "height" property as follows:

Code:

div.jmzin-section {
    background: none repeat scroll 0 0 #fff
    border: 1px solid #fff
    bottom: 40px;
    display: block;
    height: 79px;
    left: 40px;
    padding: 10px 0 0;
    position: absolute;
    right: 40px;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: auto;
    z-index: 3;
}

Better ??

#1

Please login or Register to Submit Answer

Written By

Comments