Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Styling list items in Enfold #480958

    Thanks Josue! It all works now. Regards, Rafael

    in reply to: Styling list items in Enfold #476225

    Josue,

    Yes, this works if I want to change all the pages on my site, but how do I apply this styling to a specific div on my site? I have tried defining RAP_DivCompactList as a class, a div id, and nothing seems to work. What would be the class/id definition and div code on my page for this to work?

    Thanks,

    Rafael

    in reply to: Styling list items in Enfold #472096

    Rikard,

    Removing the #top does not work. I have also tried:

    #RAP_DivCompactList .entry-content-wrapper li {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }

    and

    .entry-content-wrapper div li {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }

    as well as defining a class instead of ID:

    .RAP_DivCompactList{
    p {
    margin-top:0 !important;
    margin-bottom:0 !important;
    }
    li {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }
    }

    Nothing seems to have an effect, and properties are inherited from somewhere else. I can change the li properties in Chrome browser and see the desired effects, but the styles.css changes have no effect.
    Any ideas? Please see my page below.

Viewing 3 posts - 1 through 3 (of 3 total)