Tom

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Delving Deeper Into Styling the ELP Upcoming Widget? #55672
    Tom
    Participant

    Check that. ID names, not class names.

    in reply to: Delving Deeper Into Styling the ELP Upcoming Widget? #55671
    Tom
    Participant

    Just to update, I noticed that the class names changed when I applied the 3.0.2 update. I’ll mess with that for a minute.

    in reply to: Delving Deeper Into Styling the ELP Upcoming Widget? #55444
    Tom
    Participant

    Well, shortcode format is def not the way to go. Sorry! Can’t see how to delete that post, but let’s try again, shall we?

    Hi, Jonah
    Thanks so much for getting back to me! I’ll try the inline option first 🙂 Here’s what I have in my theme’s style.css:


    /* Events Calendar Float Styles */
    .eventBox {
    position: relative;
    width: 200px;
    padding-left: 10px;
    }
    .eventsListWidget li:before, .eventsAdvancedListWidget li:before {
    content: ""
    }

    .eventsListWidget li:after, .eventsAdvancedListWidget li:after {
    content: "";
    }

    .eventsListWidget li, .eventsAdvancedListWidget li {
    position: absolute;
    top: 10px;
    left: 10px;
    float: left;
    width: 180px;
    border-left: solid 2px #124162;
    padding-left: 10px;
    }

    Until yesterday, I only had the final section – the .eventsListWidget li, etc – and it worked fine, except that the list items were pressed against each other and, to my eye, visually displeasing. The padding spec in there is basically a vestige of my attempts to alleviate that problem. I figured I’d try wrapping each LI in a div and styling those to give everyone some personal space, but I guess my CSS wasn’t exciting enough 🙂

    I don’t mean to foist my dilemmas on y’all, but I figured you might have seen this sort of thing before. Any ideas will be greatly appreciated! Thanks again 🙂

    Tom.

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