Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #328316

    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.

    #328964

    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

    #329046
    This reply has been marked as private.
    #329062

    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

    #329150

    That worked. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold update Event Calendar Style’ is closed to new replies.