Elxis CMS Forum

Support => General => Topic started by: ROUBOS on July 30, 2011, 13:38:03

Title: Module Class Suffix, how?
Post by: ROUBOS on July 30, 2011, 13:38:03
 Hi,
been trying to edit the Content Item Module with no luck. It's got too much space above and below. Been trying to edit the margin and padding with no luck.
the suffix info says table.moduletable, been trying the following:
Code: [Select]
.moduletable-mysuffix{
margin:0px;
padding:0px;
}

The web dev addon with firefox does not show moduletable at all. I see .contentpaneopen_text, .modfpg-container, .modfpg-box, .modfpg-row.
Tried them all with no luck.

Am I doing something wrong?
Title: Re: Module Class Suffix, how?
Post by: Ivan Trebješanin on July 30, 2011, 13:56:51
Can you give us the link?
Title: Re: Module Class Suffix, how?
Post by: ROUBOS on July 30, 2011, 13:58:07
http://www.alithiafm.gr/

the text on the right:
Δείτε απευθείας το Σάββατο 30/07/2011 στις 11π.μ. την ζωντανή εκπομπή μας.
is within the content item module. It's an autonomous page
Title: Re: Module Class Suffix, how?
Post by: Ivan Trebješanin on July 30, 2011, 14:37:47
There are some settings in standard.css, but have you tried contentpaneopen_text p {...}
Title: Re: Module Class Suffix, how?
Post by: ROUBOS on July 30, 2011, 15:01:50
no, have not tried the "p" yet. Will do. Thanks