Forum Replies Created
-
AuthorPosts
-
Tom
ParticipantCheck that. ID names, not class names.
Tom
ParticipantJust 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.
Tom
ParticipantWell, 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. Thepaddingspec in there is basically a vestige of my attempts to alleviate that problem. I figured I’d try wrapping each LI in adivand 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.
-
AuthorPosts
