categories
- Bedroom
- Beds
- Mattresses
- Bedroom furniture
- Chest of drawers
- Wardrobes
- Bedside Tables
- Bedside Chests
- Bedroom Cabinets
- Dressing Tables
- Bedroom Storage
- Bedroom Seating
- Bedroom Accessories
- All Bedroom
- Living Room
- Sofas
- Sofa Beds
- Chairs & Seating
- Side Tables
- Coffee Tables
- Extending coffee tables
- White coffee tables
- Storage coffee tables
- Coffee tables with stools
- Small coffee tables
- Compact Coffee Tables
- Lift Top Coffee Tables
- Rotating coffee tables
- Multi-functional coffee tables
- Magazine Coffee Tables
- Nest coffee tables
- Black coffee tables
- Mirrored coffee tables
- Glass coffee tables
- Square coffee tables
- Round coffee tables
- Half moon coffee tables
- Console Tables
- Shelves
- Bookcases
- Entertainment Units
- Living Room Storage
- Living Room Accessories
- Bar
- All Living Room
- Kitchen & Dining
- Dining Table Sets
- Corner dining sets
- folding dining table and chairs
- 2 seater dining table sets
- Small dining table sets
- Dining Table and Bench Sets
- Drop Leaf Dining Table Sets
- Extending Dining Table Sets
- Flip Top Dining Table Sets
- Stowaway Dining Table Sets
- Glass Dining Table Sets
- Bar Table Sets
- 4 seater dining table sets
- Square Dining Tables with chairs
- Round dining tables with chairs
- Breakfast table sets
- Dining Tables
- Folding Dining Tables
- 2 Seater Dining Tables
- 3 seater dining tables
- 4-6 seater dining tables
- Small dining tables
- Flip top dining tables
- Extending Dining Tables
- Round dining tables
- Bar Tables
- Square Dining Tables
- Drop Leaf Dining Tables
- Half Moon Dining Tables
- Wall Dining Tables
- Glass Dining Tables
- Multi-functional Dining Tables
- Storage Dining Tables
- Kitchen Tables
- Dining Chairs
- Kitchen & Dining Storage
- Kitchen Appliances
- Freezers
- Laundry
- Kitchen & Dining Accessories
- All Kitchen and Dining
- Dining Table Sets
- Bathroom
- Home Office
- Hallway
- Outside Space
- Storage
- Bedroom Storage
- Bathroom Storage
- Folding Storage Crates
- Hallway Storage
- Living Room Storage
- Kitchen Storage
- Home Office Storage
- Outside Space Storage
- Over Door Storage
- Tower Storage Units
- Storage Boxes
- Storage Bags
- Storage Trunks
- Storage Baskets
- Storage Chests
- Storage Cubes
- Pull out storage unit
- All Storage
- Home Fitness
- Home Accessories
- Children’s Room
- Children’s Furniture
- Children’s Beds
- Children’s bookcases
- Children’s Bedside Cabinet
- Children’s Chest of Drawers
- Children’s wardrobes
- Children’s seating
- Children’s Mattresses
- Children’s Storage
- Kids Table and Chairs
- Children’s shelves
- Nursery Furniture
- Children’s room accessories
- All Childrens Room
- Children’s Furniture
- Trends
- Brands
- International Shipping
jQuery(document).ready(function() { jQuery('.filter-by .filter-title').each(function() { //Level 1 items onclick jQuery(this).click(function() { jQuery('.filter-by').toggleClass('open'); }) }) } );
jQuery(document).ready(function() { jQuery('.sort-by .filter-title').each(function() { //Level 1 items onclick jQuery(this).click(function() { jQuery('.sort-by').toggleClass('open'); }); });
jQuery(".options").each(function() { jQuery(this).click(function() { jQuery(this).parent('.filter-dropdown').toggleClass('open'); }); }); });
- Furniture in Fashion
- Archers Sleepcentre
- very.co.uk
- Roseland Furniture
- Chiltern Oak Furniture UK
- Robert Dyas
- Leekes
- Oak Furniture Superstore
cm
Max width:
cm
Max depth:
cm
£500 - £1000
£1000 - £2000
£2000 - £3000
£3000+
to
- bronze-colours
- burgundy
- gold-colours
- multi-colour
- mustard
- rose-gold
- silver-colours
- ivory
- navy
- tan
- walnut-colours
- whitened-ash-nm
- fucsia
- monochrome
- purple
- beige
- charcoal
- clear
- cream
- multi-coloured
- natural
- neutral
- blue
- pink
- black
- brown
- green
- grey
- orange
- red
- yellow
- white
- feather
- fabric
- ash
- ceramic
- cotton
- earthernware
- mahogany
- mango-wood
- pine
- silk
- stone
- stoneware
- wool
- zebra
- cane
- cowhide
- concrete
- jute
- sheepskin
- velvet
- boucle
- faux-sheepskin
- linen
- wicker
- faux-leather
- rattan
- bamboo
- faux-fur
- acrylic
- metal
- marble
- copper
- brass
- oak
- mirrored
- chrome
- gloss
- leather
- suede
- bronze
- glass
- walnut
- gold
- silver
-
None
Today
7 days
30 days
- Price
- Low to High
- High to Low
function debounce(func, wait, immediate) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if (!immediate) func.apply(context, args); }; var callNow = immediate && !timeout; clearTimeout(timeout); timeout = setTimeout(later, wait); if (callNow) func.apply(context, args); }; };
jQuery('button.view-all-button').click(function() {
jQuery('#grid-nav input[type="checkbox"]').each(function() {//Untick all checkboxes jQuery(this).prop('checked', false); }); jQuery('#grid-nav input[value="ALL"]').each(function() {//Tick ALL options jQuery(this).prop('checked', true); }); jQuery('#grid-nav input[type="number"]').each(function() {//Price range jQuery(this).val(''); }); jQuery('.filter-dropdown.filter-dropdown-size output').each(function() {//Range sliders jQuery(this).val(0); }); jQuery('.filter-dropdown.filter-dropdown-size input').each(function() {//Range sliders jQuery(this).val(0); }); jQuery('.filter-dropdown.filter-dropdown-orderby.filter-dropdown-asc-desc input').each(function() { jQuery(this).prop('checked', false); }); jQuery('input[name="search_term"]').val('');
debounce(sendGridAJAX('filter'),500); });
jQuery(document).ready(function() {
jQuery("#max-height-mimic").bind('keyup input change', debounce(function(){
var maxheight = jQuery(this).val(); jQuery('#mh-slider').val(maxheight).trigger('change'); jQuery('#mh-value').val(maxheight); },500));
jQuery("#max-width-mimic").bind('keyup input change', debounce(function(){
var maxwidth = jQuery(this).val(); jQuery('#mh-slider-2').val(maxwidth).trigger('change'); jQuery('#mh-value-2').val(maxwidth); },500));
jQuery("#max-depth-mimic").bind('keyup input change', debounce(function(){
var maxdepth = jQuery(this).val(); jQuery('#mh-slider-3').val(maxdepth).trigger('change'); jQuery('#mh-value-3').val(maxdepth); },500));
jQuery('#mh-slider').change(function(){
var sliderValue = jQuery(this).val(); jQuery("#max-height-mimic").val(sliderValue);
});
jQuery('#mh-slider-2').change(function(){
var sliderValue = jQuery(this).val(); jQuery("#max-width-mimic").val(sliderValue);
});
jQuery('#mh-slider-3').change(function(){
var sliderValue = jQuery(this).val(); jQuery("#max-depth-mimic").val(sliderValue);
});
});
Low Bookcases
Looking for low bookcases to maximise your space? Be inspired by a large selection of low bookcases from UK’s leading retailers – all in one place.
Make your space work better for you with low bookcases to maximise your small space. You will find low bookcases for every budget – from affordable prices to higher-end appeal.
Tip: Use our handy filters to view low bookcases from multiple retailers. Limit the range of low bookcases you see by colour, by price or select a specific retailer. Know your maximum size? Use the handy size filter to limit the low bookcases you see.