Forum Replies Created
-
AuthorPosts
-
rolevine
ParticipantHi,
Excellent, it works. I should’ve thought of that myself!
Regards,
Robrolevine
ParticipantHi Jennifer,
Thanks for the quick reply. Unfortunately I see no change for the scrunched 4:00 and 5:00 1/2 hour events. I forced a page refresh and I can see the new CSS code in the page source and via Firebug.
It looks like I have a typo in my Nov 29 note. I said “These events are all set up as 1 hour events” and it should’ve said “These events are all set up as 1/2 hour events.” I am including a screenshot to illustrate further.
– Rob
rolevine
ParticipantI suggested it.
Thanks,
Robrolevine
ParticipantThis reply is private.
rolevine
ParticipantHi,
Thank you for your response. I switched the template to “Tribe Events Styles” and then added the following to the Additional CSS and it got me part of the answer to my question.
.tribe-events-grid .type-tribe_events a { font-size: 14px !important; }However, it exposed a bigger problem that I could use some advice with. If you look at the attached screenshot, you can see that a few of the events are scrunched even more with the new font size. These events are all set up as 1 hour events. The solution I’m considering is to simply make the grid blocks taller, for each 1/2 or full hour block. I played around with some CSS, including following some of the advice in this related post, but came up empty. So I’m wondering if there’s an easy way to accomplish my goal of making each row taller, that’s been implemented recently.
Please let me know if you still need access to my site. Currently the pages are private because they’re admin-only.
Regards,
Robrolevine
ParticipantHi,
This is the code I used to remove Sunday and slide everything else over in the week view.
.tribe-week-day-header-0, .tribe-events-day-column-0 { display: none !important; } .tribe-events-grid .tribe-grid-content-wrap .column { width:16.667% !important; }Regards,
Robrolevine
ParticipantHi,
Excellent, thank you. It works as advertised.
Regards,
Robrolevine
ParticipantWhile testing another fix, I found the fix for this question:
.tribe-grid-allday { display: none; } -
AuthorPosts
