esgudger,
Thanks for getting in touch! Can you give me some more specifics, such as a screenshot or URL where I can see this issue occurring and troubleshoot further? Thanks! 🙂
I had include a url in my original post. All pages in the Shop area are exhibiting the second event link being above and to the left of the event date and time.
esgudger,
Thanks for the explanation. I’m seeing the following CSS style being applied to the H4 tags in your upcoming events list: http://grab.by/wfgo. You could override this by adding the following CSS to your theme’s stylesheet:
.tribe-events-adv-list-widget ol > li h4.summary {
float:none;
width:auto;
}
Give that a shot and see if it does the trick. Thanks! 🙂
Excellent! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.