Topic-icon Sidebar Module Styling

Active Subscriptions:

None
12 years 9 months ago #35491 by theronin
I'm using the JFBCFan module in JomSocial position js_side_bottom. I'd like to reduce the header space and also apply consistent header formatting ...

File Attachment:


The standard module header is formatted as <h3 class="app-box-header"> and as you can see in Firebug, the JFBCFan header is simply <h3>. Where can I change this?

Also, I tried addressing the header gap by using an override in custom.css based on the heirarchy I'm seeing in Firebug which you can see in the screenshot. But it's not working (and I've tried variations including with and without a space before .app-box) ...
#community-wrap.cLayout.cSidebar.moduletable .app-box{
	font-size: 1.5em;
	line-height: 35px;
	text-shadow:none;
	margin:0 0 10px;
	padding:0 0 5px;
}

Any guidance greatly appreciated.
The topic has been locked.
Support Specialist
12 years 9 months ago #35517 by alzander
Replied by alzander on topic Sidebar Module Styling
Not sure what's happening there. Joomla modules enter the h3 automatically based on your template. JomSocial applications may add the "app-box" class, but that's not something we can control in our standard Joomla module. What I would recommend though, since you already have the right CSS, is to update it with:
#community-wrap.cLayout.cSidebar.moduletable .app-box, .jfbcfan {

I hope that helps, but if not, to diagnose further, we'd need to actually see the page where everything is setup so that we can understand how all the styles are conflicting, or not.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 9 months ago #35519 by theronin
Replied by theronin on topic Sidebar Module Styling
Thanks again Alex. Will try as you suggested. The folks over at JomSocial also had a suggestion. I will report back with results.
The topic has been locked.
Support Specialist
12 years 9 months ago #35532 by alzander
Replied by alzander on topic Sidebar Module Styling
Sounds good. I look forward to hearing your solution to this, but, as always, if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.