Title: [Pro]Footer position
Last modified: August 30, 2016

---

# [Pro]Footer position

 *  Resolved [SjorsHijgenaar](https://wordpress.org/support/users/sjorshijgenaar/)
 * (@sjorshijgenaar)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profooter-position/)
 * Hi all,
 * I have installed the Pro version and put the shortcode on a page. However, on
   that page, the footer of my theme (Zerif Lite) leaves its otherwise stickiness
   and there is now a huge white area under it (as for now I only have one event).
   It look likes the plugin uses a different template all together. Is there a way
   to change this?
 * [https://wordpress.org/plugins/facebook-events-importer/](https://wordpress.org/plugins/facebook-events-importer/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [superte83](https://wordpress.org/support/users/superte83/)
 * (@superte83)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404344)
 * Hi,
 * I used this code.
 *     ```
       <div class="fbegrid fbegrid-pad">
         <div class='fbe-facebook-css' style='-webkit-transform:scale(0.27)'></div>
   
        <div id="facebook_events_wrap">
   
        </div>
       ```
   
 *  Thread Starter [SjorsHijgenaar](https://wordpress.org/support/users/sjorshijgenaar/)
 * (@sjorshijgenaar)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404391)
 * Hi Superte83,
 * Thank you for your reply. Couuld you indicate where you put that code?
 * I added some code to /assets/includes/templates/facebook-events-templates.php:
 *     ```
       <?php add_action('wp_head', get_header()); ?>
       <div class="clear">
       </div>
       </header>
       <!-- / END HOME SECTION -->
       <div id="content" class="site-content">
       	<div class="container">
       		<div class="content-left-wrap col-md-9">
       <!-- PUT THE ORIGINAL CONTENT HERE -->
                       </div>
       		<div class="sidebar-wrap col-md-3 content-left-wrap">
       			<?php get_sidebar(); ?>
       		</div>
       	</div>
       	<?php add_action('wp_footer()',get_footer()); ?>
       </div>
       ```
   
 * This code makes the template exactly the same as most of my other pages. I also
   changed the grid container from fbecol-1-3 to fbecol-1-1 to have one event on
   one line, but that’s just personal preference.
 * Is there anyone that can tell me how often this plugin offers an update? Seeing
   I would lose this code if I were to update.
 *  [superte83](https://wordpress.org/support/users/superte83/)
 * (@superte83)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404473)
 * You can enter that code in a simple text format in wordpress page.
 *  [superte83](https://wordpress.org/support/users/superte83/)
 * (@superte83)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404513)
 * Update code for page:
 *     ```
       <div class="fbegrid fbegrid-pad">
         <div class='fbe-facebook-css' style='-webkit-transform:scale(0.27)'></div>
   
        <div id="facebook_events_wrap">
   
        </div>
        </div>
         <div class="fbegrid fbegrid-pad">
          <div class="col-1-1">
        <div id="load_more_fbe" data-id="1">Load more events</div>
       </div>
       </div>
       ```
   
 *  Plugin Author [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * (@jprescher)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404521)
 * Great solution superte83.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Pro]Footer position’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-events-importer_212121.svg)
 * [Facebook Events Importer](https://wordpress.org/plugins/facebook-events-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-events-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-events-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-events-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-events-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-events-importer/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 5 replies
 * 3 participants
 * Last reply from: [WPTrashPanda](https://wordpress.org/support/users/jprescher/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/profooter-position/#post-6404521)
 * Status: resolved