Themer’s Guide has no CSS info or instructions

Home Forums Calendar Products Events Calendar PRO Themer’s Guide has no CSS info or instructions

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #56073
    Andy Fragen
    Moderator

    @Cynthia, I didn’t create that selector. Use something like firebug in Firefox or inspect element in your browser to see what css is being applied to what html. Glad that part is working for you. Not sure what to tell you about the template, but if you post the code to some snippet service it might be easier to see what’s going on.

    Regarding the event title in the calendar cell, there are several options and I’ve tried many before, none was really pleasing.

    #56075
    snorton
    Participant

    Cynthia, on the events calendar (month view), your body is missing the events classes that will address your concern with the event title in the grid.
    I, too, had this problem arise as it has something to do with the theme not calling body_class() in the header.php file.
    The specific classes you need in the body tag to address your padding issue is:
    ‘events-archive events-gridview’

    #56205
    Cynthia Lockley
    Participant

    I finally got the problem solved for the event title sitting on the left border of the calendar box. I used Firebug to find the CSS line for the URL. I tried styling the a:url but nothing was working. I could only get the first line to indent. Finally, I backed off and just added padding inside the cell so the link moves over and is inside the box.
    `.tribe-events-calendar div[id*=”tribe-events-event-“] { padding: 5px 0 0 7px; }`

    #57622
    Barry
    Member

    Sounds like you’re all sorted here – I’ll go ahead and close this thread. Thanks everyone!

Viewing 4 posts - 31 through 34 (of 34 total)
  • The topic ‘Themer’s Guide has no CSS info or instructions’ is closed to new replies.