Modifying the padding/space between title headings

Permalink Browser Info Environment
Where can I adjust the spacing/padding between each title/heading on the easy accordion? would someone be able to tell me which file and line of code to work with.
Thanks so much.

1 Attachment

Type: Discussion
Status: New
hutchgraphicdesign
View Replies:
globalnerds replied on at Permalink Reply
globalnerds
you have to modify the css, here is what I did:

.ccm-easyAccordion-title {
        padding:5px 0 5px 0;
        text-indent:20px;
        color:#000000;        font-size:16px;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff); /* FF3.6 */
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e1e1e1),color-stop(1, #ffffff)); /* Saf
4+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')"; /* IE8 */
        cursor:pointer;
}


notice that the text-indent has changed. Above that is the padding...

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.