Hi, I just updated my theme.
So far, the only thing that has caused a bit of an issue, is that now my event Calendar shows the venue details to the left, I would like to move them back to the bottom. I realize you are not responsible for “The Events Calendar” but I’m hoping you could help me find the cause for the style change and a fix to put it back to the way it was.
Hey toolme!
Try adding this code to the Quick CSS:
.tribe-events-event-meta.vcard
{
position: absolute;
top: 115px;
}
Hope this helps. If not can you please create us a WordPress administrator account? post it here as a private reply.
Cheers,
Andy
Hey!
In your functions.php remove this line:
require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar plugin
That will remove the new theme styling/integration so its the same as before.
Best regards,
Devin
That worked. Thanks.