Thanks! to those who may search here for the same answer this is what worked for me:
add your rev slider shortcode in place of the example:
<?php echo do_shortcode( ‘[showcase_layerslider revslider_shortcode=”main” full_width=”yes” width=”1/1″ el_position=”first last”]’ ) ?>
add this just under:
<?php get_header(); ?>
on the following pages:
page.php
category.php
archive.php
single.php
You may have to play a bit with the margins but now its on every page site wide.
Thanks!