I have an example single events page here: http://inventivewebdesign.com/renophil/event/classix-three-beethovens-emperor-concerto/2018-01-14/
I have used the template to change the layout so the title, date, venue, etc. are on the left and the content is on the right.
I have one last thing that I need to do. I want to move the ical/gcal buttons under the Get Tickets button. I am trying to do so with the elements from the template file. I basically move this code up into the left column area:
<!-- .tribe-events-single-event-description -->
<?php do_action( 'tribe_events_single_event_after_the_content' ) ?>
This effectively moves the ical/gcal buttons but it also makes it so that the grey box around the venue area at the bottom stretches all the way to the top of the entire description area (see attached screenshot/markup). Is there a code to directly display the ical/gcal button where I want? If there is, how do I remove them from where they are now (currently removing the code referenced above does the same thing to the pages venue box)?