adjust module width

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Mon Sep 17, 2012 3:23 pm
i am using the musicity theme and have a jomsocial event calender module [http://spacerobotfive.com/index.php?option=com_docman&Itemid=67] placed at the header2 position which i want to resize adjust the height [http://www.leoneindulge.com.sg/] i have checked the module files and found no settings to adjust. is it to be adjusted in the template? where do i adjust it?

thanks.
User avatar
Fresh Boarder

GK User
Tue Sep 18, 2012 4:26 am
I believe following is what you need. Use following css to adjust the height same as your imageshow display.

Code: Select all
.fc-content { height: 311px!important; }
.fc-header-title h2 { font-size: 24px; margin-top: -7px;}


You can add above css into css/override.css file and enable css override option from template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 11:26 am
it worked, thanks =]
User avatar
Fresh Boarder

GK User
Tue Sep 18, 2012 12:17 pm
Calendar css still overrides our overwrite css code so add !important tag so it takes effect. So replace it with below css.

Code: Select all
.fc-content { height: 311px!important; }
.fc-header-title h2 { font-size: 24px; margin-top: -7px!important;}


See you around...
User avatar
Platinum Boarder


cron