<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php global $themify; wp_head(); ?> </head> <body <?php body_class(); ?>> <?php themify_body_start(); $search_form=themify_theme_show_area( 'search_form' )?themify_get('setting_search_form',false,true):false; ?> <?php if ( $search_form !== 'search_form' && $search_form!==false ){ get_search_form(); } ?> <div id="pagewrap" class="tf_box hfeed site"> <?php if ( $themify->header_enabled ) : ?> <?php $header_design= themify_theme_get_header_design(); $cl='tf_box'; if($header_design==='header-leftpane' || $header_design==='header-rightpane'){ $cl.=' tf_scrollbar'; } ?> <div id="headerwrap" <?php themify_theme_header_background('header',$cl) ?>> <?php themify_header_before(); // hook ?> <?php $cl=null; $show_mobile_menu = themify_theme_do_not_exclude_all( 'mobile-menu' ); $show_menu_navigation = $show_mobile_menu && themify_theme_show_area( 'menu_navigation' ); $cart_icon_show=false; $showWidgets = themify_theme_show_area( 'header_widgets' ); if ( $showWidgets ) { ob_start(); get_template_part( 'includes/header-widgets'); $header_widgets = ob_get_clean(); $showWidgets = !empty($header_widgets); $pull_down= $showWidgets===true && ($header_design==='boxed-compact' || $header_design==='header-horizontal' || $header_design==='header-top-bar' || $header_design==='header-stripe')?'<a href="#" class="pull-down tf_inline_b tf_text_dec tf_overflow"><span class="pull-down-inner tf_inline_b tf_vmiddle"></span><span class="screen-reader-text">'.__('Widgets','themify').'</span></a>':''; ?> <?php if ( $showWidgets === true && $header_design === 'header-top-widgets' ) : ?> <div class="header-widget-full tf_clearfix"> <?php echo $header_widgets; ?> <?php $header_widgets = null; ?> </div> <!-- /header-widgets --> <?php endif; // exclude header widgets ?> <?php } ?> <?php if($show_menu_navigation):?> <div class="header-icons tf_hide"> <a id="menu-icon" class="tf_inline_b tf_text_dec" href="#mobile-menu" aria-label="<?php _e('Menu','themify') ?>"><span class="menu-icon-inner tf_inline_b tf_vmiddle tf_overflow"></span><span class="screen-reader-text"><?php _e( 'Menu', 'themify' ); ?></span></a> <?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane'){ get_template_part('includes/cart-icon'); } ?> </div> <?php endif;?> <header id="header" class="tf_box pagewidth tf_clearfix" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <?php themify_header_start(); // hook ?> <div class="header-bar tf_box"> <?php if ( themify_theme_show_area( 'site_logo' ) ){ echo themify_logo_image(); } if ( themify_theme_show_area( 'site_tagline' ) ){ echo themify_site_description(); } ?> </div> <!-- /.header-bar --> <?php if ( $show_mobile_menu ) : ?> <div id="mobile-menu" class="sidemenu sidemenu-off<?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane'):?> tf_scrollbar<?php endif;?>"> <?php if($header_design==='header-overlay'):?> <div class="overlay-menu-sticky"> <div class="overlay-menu-sticky-inner"> <?php endif;?> <?php themify_mobile_menu_start(); // hook ?> <div class="navbar-wrapper tf_clearfix"> <?php if('header-classic' === $header_design): ?> <div class="navbar-wrapper-inner"> <?php endif; ?> <?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane' && $header_design!=='boxed-compact'){ get_template_part('includes/cart-icon'); } ?> <?php if ( themify_theme_show_area( 'social_widget' ) ) : ?> <div class="social-widget tf_inline_b tf_vmiddle"> <?php if ( themify_theme_show_area( 'social_widget' ) ) { dynamic_sidebar( 'social-widget' ); } ?> <?php if($header_design==='header-leftpane' || $header_design==='header-rightpane'){ get_template_part('includes/cart-icon'); } ?> </div> <!-- /.social-widget --> <?php endif; // exclude social widgeticon ?> <?php if ($search_form!==false ){ if ($search_form === 'search_form') { echo '<div id="searchform-wrap">'; get_search_form(); echo '</div>'; }else{ echo '<a data-lazy="1" class="search-button tf_search_icon tf_vmiddle tf_inline_b" href="#">'.themify_get_icon(themify_get('setting-ic-search','fas search',true),false,false,false,array('aria-label'=>__('Search','themify'))).'<span class="screen-reader-text">'.__('Search','themify').'</span></a>'; } }?> <?php if ( themify_theme_dark_mode() === 'user' ) : ?> <a class="tf_darkmode_toggle" href="#"><?php echo themify_get_icon( 'fas moon', 'fa' ); ?><span class="screen-reader-text"><?php _e( 'Dark mode', 'themify' ); ?></span></a> <?php endif; ?> <nav id="main-nav-wrap" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <?php if ( $show_menu_navigation ){ themify_menu_nav( [ 'walker' => new Themify_Mega_Menu_Walker, 'post_count' => themify_check( 'setting-mega_menu_post_count',true ), 'fallback_args' => [ 'depth' => 1 ] ] ); if( ! empty( $pull_down ) ) { Themify_Enqueue_Assets::loadThemeStyleModule('pull-down'); echo $pull_down; } } else { echo '<span id="main-nav"></span>'; if( ! empty( $pull_down ) ) { Themify_Enqueue_Assets::loadThemeStyleModule('pull-down'); echo $pull_down; } } if($header_design==='boxed-compact'){ get_template_part('includes/cart-icon'); } ?> </nav> <!-- /#main-nav-wrap --> <?php if('header-classic' === $header_design): ?> </div> <?php endif; ?> </div> <?php if ( themify_theme_show_area( 'header_widgets' ) && $header_design !== 'header-top-widgets' ) : ?> <?php get_template_part( 'includes/header-widgets'); ?> <!-- /header-widgets --> <?php endif; // exclude header widgets ?> <a id="menu-icon-close" aria-label="<?php _e('Close menu','themify'); ?>" class="tf_close tf_hide" href="#"><span class="screen-reader-text"><?php _e( 'Close Menu', 'themify' ); ?></span></a> <?php themify_mobile_menu_end(); // hook ?> <?php if($header_design==='header-overlay'):?> </div> </div> <?php endif;?> </div><!-- #mobile-menu --> <?php if ( $themify->sticky_sidebar || ( themify_theme_is_single_infinite_enabled() && is_singular( 'post' ) ) ) : ?> <div id="toggle-mobile-sidebar-button" class="tf_hide open-toggle-sticky-sidebar toggle-sticky-sidebar"> <em class="mobile-sticky-sidebar-icon "></em> </div> <?php endif;?> <!-- /#mobile-menu --> <?php endif; // do not exclude all this ?> <?php if ( themify_is_woocommerce_active() && themify_theme_show_area( 'cart_icon' ) && themify_show_slide_cart() ) : ?> <div id="slide-cart" class="sidemenu sidemenu-off tf_scrollbar"> <a href="#" id="cart-icon-close" class="tf_close"><span class="screen-reader-text"><?php _e( 'Close Cart', 'themify' ); ?></span></a> <?php themify_get_ecommerce_template( 'includes/shopdock' ); ?> </div> <?php endif; ?> <?php themify_header_end(); // hook ?> </header> <!-- /#header --> <?php // If there's a header background slider, show it. get_template_part( 'includes/header-slider'); ?> <?php themify_header_after(); // hook ?> </div> <!-- /#headerwrap --> <?php endif; // exclude header ?> <div id="body" class="tf_box tf_clear tf_mw tf_clearfix"> <?php themify_layout_before(); //hook

Need a skip in a hurry?

We offer same-day delivery service!

Call us on 01270 820 426

Waste Management, Skip Hire  & Aggregates 

Domestic & commercial customers
Cost-effective, professional and reliable service 
Same-day deliveries
99% of waste is recycled
fors

What we do

Local Skip Hire

We want to make the process of hiring a skip easier for all our customers from business use to personal hire. We can help you with permits, a fast reliable service with skips available in all sizes.

New & recycled aggregates

We offer aggregates in loose or bulk bags. It can be collected from our Sandbach depot or delivered direct to you from 1t to 18t loads.  The aggregates we offer can be viewed further down the page.

Recycling

All waste collected by Enviro Skip Hire Ltd is first taken to one of our two fully licensed recycling facilities to be sorted into recyclables and non-recyclables.

Hazardous Waste

Not only do we take the waste away and dispose of it, we ensure your property is registered for authorised disposal and complete all the necessary documents. 

Our Skip Sizes

Select the skip you require for your job from our various options below.

We also offer a ‘Wait and Load’ service. We will wait for up to 20 minutes for you to load the skip and then remove it immediately from site. This service is ideal for: Restrictive areas, those requiring quick waste disposable and clients refused an on-road skip permit.

If you have any questions, please give us a call on 01270 820 426 or read some of the FAQ’s

Domestic Skips

Mini (3 Tonne)

20 - 30 bin bags 20 - 30 bin bags

Midi (5 Tonne)

30 - 40 bin bags 30 - 40 bin bags

Maxi (8 Tonne)

70 – 90 bin bags (drop door) 70 – 90 bin bags (drop door)

Larger Skips

12 cubic yards

100 - 120 bin bags 100 - 120 bin bags

14 cubic yards

120 - 140 bin bags 120 - 140 bin bags

16 cubic yards

140 - 160 bin bags 140 - 160 bin bags

Enclosed Skips

8 cubic yards

70 - 90 bin bags 70 - 90 bin bags

12 cubic yards

100 - 120 bin bags 100 - 120 bin bags

14 cubic yards

120 - 140 bin bags 120 - 140 bin bags

Roll On-Off Skips

15 cubic yards

150 - 160 bin bags 150 - 160 bin bags

20 cubic yards

180 - 200 bin bags 180 - 200 bin bags

40 cubic yards

360 - 380 bin bags 360 - 380 bin bags

New & Recycled Aggregates

We offer aggregates loose or bulk bags, it can be collected from our Sandbach depot or delivered from 1t to 18t loads.  The aggregates we offer are below.

If you have any questions, please give us a call on 01270 820 426 or read some of the FAQ’s

If you have any questions, please give us a call on 01270 820 426 or read some of the FAQ’s

99% 

Of your waste is recovered & reused