<!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

Skip Hire Market Drayton
01630 803044

Looking For Skip Hire In The Market Drayton Area? Whatever your requirements, we have a skip for you!

At Enviro Skip Hire Ltd 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 and we have skips available in all sizes.

We can offer same day delivery / collection in and around Market Drayton and provide the most competitive pricing.

Take a look at the skip hire sizes below, to see which size skip hire would be the best for your project – whether it be garden clearance or building renovation, we have a range of skip hire options to meet every budget and timescale.

Mini Skip From £126 + VAT*

*Final cost is dependent on delivery location and roadside permit requirements.

Perfect for those small domestic refurbishments, DIY projects and small garden clearances, these are our smallest and cheapest skips and will fit into smaller spaces.

20 - 30 bin bags 20 - 30 bin bags
Skip Hire Market Drayton

Midi Skip From £187+ VAT*

*Final cost is dependent on delivery location and roadside permit requirements.

Ideally suited for mid-size domestic refurbishments, home clear-outs, garden projects and small renovation works for a kitchen or bathroom etc

30 - 40 bin bags 30 - 40 bin bags
Skip Hire Market Drayton

Maxi Skip From £259 + VAT*

*Final cost is dependent on delivery location and roadside permit requirements.

More commonly known as the ‘Builders Skip’, the 8 Tonne is suitable for large domestic projects, general construction works and full office clear-outs

70 – 90 bin bags (drop door) 70 – 90 bin bags (drop door)
Skip Hire Market Drayton

12 yard open skip From £330 + VAT*

*Final cost is dependent on delivery location.

Suitable for major construction works, office and retail clear-outs and large renovations where light bulky waste is involved, or larger domestic jobs that don’t involve heavy waste.

100 - 120 bin bags 100 - 120 bin bags
Skip Hire Market Drayton

14 yard open skip From £370 + VAT*

*Final cost is dependent on delivery location.

One of our larger sized skips, the 14 Yard is suitable for major construction works, office and retail clear-outs and large renovations where light bulky waste is involved.

120 - 140 bin bags 120 - 140 bin bags
Skip Hire Market Drayton

16 yard open skip From £411 + VAT*

*Final cost is dependent on delivery location.

This size skip is an excellent choice for taking care of substantial amounts of rubbish. It is a huge skip very popular to commercial clients for disposing of large amounts of light bulky waste.

140 - 160 bin bags 140 - 160 bin bags
Skip Hire Market Drayton