Custom CSS Class for Lists/Links Module

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/11/2011 2:39:50 AM
Gravatar
Total Posts 11

Custom CSS Class for Lists/Links Module

Hi Everybody, good day..

My issue is simple! adding custom Css class to my Lists/Links module is not working.. when I check it on firebug it deletes the custom class "menumodulecontent" and override it with original class ".modulecontent".. I simply want to remove the borders and the padding from this list ,, to show it as a side menu.

 

any idea??

 

5/11/2011 10:56:41 AM
Gravatar
Total Posts 18439

Re: Custom CSS Class for Lists/Links Module

The custom CSS class goes on the outer container div, it works as intended. The div with modulecontent class is not the outer div.

To remove the borders and padding first you need to figure out which CSS selector is adding the border and padding using Firebug, then you can devise a way to remove it using more specific CSS that uses the outer custom css class as part of the selector.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.