Event List CSS issue
-
Hi,
I would like to format the Event Rocket list entries in 2 columns:– left is the list image at top
– right is the textJust now the text is floating around the list image, means it went under the image after some lines of text :-/
This is my custom-embedded-events.php:
<?php defined( 'ABSPATH' ) or exit() ?> <div class="eventrocket embedded-event post"> <div class="post-thumb"> <?php echo tribe_event_featured_image() ?> </div> <h3> <a>"><?php the_title() ?></a> </h3> <div class="schedule"> <?php echo tribe_events_event_schedule_details() ?> </div> <div class="summary"> <?php the_excerpt() ?>?<a>">...?weiter?lesen?</a> ?</div> </div>
Any hint is welcome! ??
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Event List CSS issue’ is closed to new replies.