By Alain de Arroyave on Tuesday, 17 March 2015
Posted in Technical Issues
Likes 0
Views 656
Votes 0
Hello Staff

If I put a module in the dashboard's sidebar, it fits like you can see on the image.
But If I do the same in groups or events, it don't work. The title is big and no background.

I don't know if it is the normal behaviour. If it is, is there a way to make title modules to filt the ES css ?

Thanks
Hi ArrO,

I've applied this css hack in your custom css file -> JoomlaFolder/templates/jsn_solid_pro/css/custom.css

.es-sidebar .moduletable h3{
font-size: 11px !important;
padding: 12px;
border-bottom: 1px solid #d7d7d7;
font-weight: bold;
background: none repeat scroll 0 0 #f6f6f6 !important;
}


Can you take a look of your group listing page and see is it meet your requirement or not?
·
Wednesday, 18 March 2015 01:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex

Yes, it was exactly what I needed (and no hack). I just added a little in your code and now, it is perfect.

.es-sidebar .moduletable h3{
font-size: 11px !important;
padding: 12px;
border-bottom: 1px solid #d7d7d7;
font-family: "Lucida Grande","Gisha","Lucida Sans Unicode","Lucida Sans",Lucida,Arial,Verdana,sans-serif !important;
font-weight: bold !important;
background: none repeat scroll 0 0 #f6f6f6 !important;
}


Many thanks and have a nice day !!!
·
Wednesday, 18 March 2015 04:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thanks for updating us back. I am glad to hear your issue is now fixed. If you have anymore question, please do ask us here.

Have a great day ahead.
·
Wednesday, 18 March 2015 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post