I believe these are in template.css file as ja-botsl-1 and ja-botsl-2
for the #ja-bots-1 .ja-box I put width: 25%;
and for the #ja-bots-1 .ja-box I put width: 75%;
My homepage still doesn’t show the module 1 collapsing. I saw another post where the T3 core was edited, but that seems kind of deep for this kind of simple adjustment.
There must be a place in the template folder to make this work!
>:(
UPDATE:
I found another post for having a title show for these modules, and I copied this from there, and put it under
/* Top spotlight —*/
but before
/* Bot spotlight 1 —*/
#ja-topsl .ja-box-left{
width: 80% !important;
}
#ja-topsl .ja-box-right {
width: 20% !important;
}
Very cool!