Smartmove Worker

When it comes to furniture removals, Cremorne locals trust Smartmove

Cremorne lies between Mosman and Neutral Bay in Sydney’s popular lower North Shore, just six kilometres from the Sydney CBD. Mainly a residential area, Cremorne features a wide mix of architectural styles ranging from art deco and Federation style homes to California bungalows and apartment blocks. Stroll the streets and you’ll discover tennis courts, walking trails, schools, churches, extensive dining options, sparkling water views and the stunning art deco Orpheum theatre.

Do you want a moving company in Cremorne or a furniture removalist in Cremorne? Call us on 1300 762 786, contact us by email or get a Quick Quote on our website in minutes.

Smartmove Worker

About Smartmove a professional house removalist in Cremorne

Smartmove have been offering full-service removals in Cremorne for over 18 years. As an experienced, professional house removalist in Cremorne, we work with modern purpose-built trucks, quality packing supplies and reliable, skilled packers to make sure your move is in good hands.

Our services can be tailored for every need, budget and timeframe and we’re always ready to share tips on how to make sure your move is as efficient as possible.

Why people choose Smartmove

Read genuine customer feedback

Home Moves Hear from our customers

“…trusted furniture removalist in Cremorne offering competitive rates.”

“When we needed a moving company in Cremorne to move my parents out of our family home after 40 years, a friend recommended Smartmove. It was a sad day for us to leave our beautiful home and the friendly Smartmove team helped make the process a bit easier. They were great from the start, offering competitive pricing, a reliable team and they did the removal in the time, and at the price, they’d estimated up front.”

– Martin

Hear what other customers say about our services as a moving company in Cremorne.

For a professional, trusted removalist in Cremorne, contact us or get a Quick Quote within minutes.

Office Moves For fast, professional removals and storage Cremorne residents rely on

  • The outstanding customer service delivered by our trained team of professional removalists
  • A complete range of quality boxes and packing supplies
  • Clean, climate controlled storage facilities to meet short and long term needs
  • Reliable unpacking services with a local, specialist team
  • Careful furniture deconstruction and reconstruction of self-made pieces
  • Fast estimates of the boxes needed for moving or storage with our easy-to-use volume calculator
  • Guidance on getting the right insurance to protect your belongings
  • We will manage that last-minute tip run while you settle into your new place

Looking for a professional, reliable company to help you with Cremorne removals or storage?

Why not contact Smartmove Removals and Storage or get a Quick Quote within minutes from our website?

QUICK QUOTE tag) document.addEventListener('DOMContentLoaded', function() { // Get current page URL path let currentPath = window.location.pathname; // Normalize the path - remove trailing slash for comparison currentPath = currentPath.replace(/\/$/, '') || '/'; // Get all nav links const navLinks = document.querySelectorAll('.navbar-nav .nav-link'); navLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href - remove trailing slash let normalizedHref = href.replace(/\/$/, '') || '/'; // Special case: if we're on root (/) and link is /home, mark as active if (currentPath === '/' && normalizedHref === '/home') { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // Check if current path matches the link href exactly if (currentPath === normalizedHref) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } return; } // For dropdown parent items, check if current path starts with the href if (normalizedHref !== '/' && normalizedHref !== '/home' && currentPath.startsWith(normalizedHref)) { link.classList.add('active'); const navItem = link.closest('.nav-item'); if (navItem) { navItem.classList.add('active'); } } }); // Also check dropdown items const dropdownLinks = document.querySelectorAll('.dropdown-item'); dropdownLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; // Normalize href let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref) { link.classList.add('active'); // Add active to parent dropdown nav-item const parentDropdown = link.closest('.nav-item.dropdown'); if (parentDropdown) { parentDropdown.classList.add('active'); const parentLink = parentDropdown.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); // Also check mega menu links const megaLinks = document.querySelectorAll('.mega-tile'); megaLinks.forEach(link => { let href = link.getAttribute('href'); if (!href) return; let normalizedHref = href.replace(/\/$/, '') || '/'; if (currentPath === normalizedHref || currentPath.startsWith(normalizedHref + '/')) { link.classList.add('active'); // Add active to parent mega menu nav-item const parentMega = link.closest('.nav-item.mega-parent'); if (parentMega) { parentMega.classList.add('active'); const parentLink = parentMega.querySelector('.nav-link.dropdown-toggle'); if (parentLink) { parentLink.classList.add('active'); } } } }); });// JavaScript to make parent links clickable and use hover on desktop document.addEventListener("DOMContentLoaded", function () {// Desktop hover open if (window.innerWidth >= 992) { document.querySelectorAll('.nav-item.dropdown, .nav-item.mega-parent') .forEach(function (dropdown) {dropdown.addEventListener('mouseenter', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.add('show'); });dropdown.addEventListener('mouseleave', function () { const menu = this.querySelector('.dropdown-menu'); if (menu) menu.classList.remove('show'); }); });// Prevent dropdown-toggle from blocking navigation document.querySelectorAll('.nav-link.dropdown-toggle') .forEach(function (toggle) { toggle.addEventListener('click', function (e) { // Allow navigation on desktop const href = this.getAttribute('href'); if (href && href !== '#' && href !== '') { window.location = href; } }); }); } });