Smartmove Worker

Drummoyne locals trust Us

Drummoyne is a suburb in the Inner West of Sydney. It sits on the peninsula between Iron Cove and Five Dock Bay, 6 kilometres west of Sydney Central Business District. Moreover, this suburb is known as one of the best waterfront views.

Drummoyne used to be an older working-class suburb that has seen a resurgence in popularity due to its close proximity to the City. Furthermore, in the 2016 Census, over half of the suburbs occupied dwellings were family households, secondly with single households. This suburb is wealthier than the Australian average. Additionally, it still retains some of its industrial heritage but it is commercially developed with a lot of restaurants and a large shopping mall.

Drummoyne’s “The Bay Run” is a popular green route for runners and walkers. Furthermore, with an Olympic pool and city oval, it’s a great neighbourhood for active families. Locals are warm and friendly and new developments in the area bring a lot of excitement.

Why people choose Smartmove

Read genuine customer feedback

The suburb at a glance

The streets of Drummoyne are small and very peaceful. However, some streets face traffic seven days a week which might make access to buildings a bit harder. Furthermore, noise from the nearby Sydney airport might be bothersome sometimes, but it’s changing every month.

Moving to Drummoyne faces its own challenges, especially with peak hour traffics. Moreover, it’s important to choose the right time for your removal, and a team who will work fast. Some streets in the residential area are very small so it is important to choose removalist with experienced drivers and the right equipment to facilitate your move in the safest and fastest way.

Call us today for a free quote for your Drummoyne Removalist and Storage needs on 1300 762 786.

Smartmove 7
Smartmove 9
Smartmove 8
Smartmove 10

If you’re looking for a professional, reliable company to help you with Balmain removals or storage, why not contact us 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; } }); }); } });