buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
In January 2026, Australia’s Cotality Home Value Index experienced a month-on-month increase of 0.8%, up from a 0.5% rise in December, which had been the slowest growth rate observed in seven months. This upswing marks a renewed vigor in the housing market as the year begins, with price increases extending across major cities. In Brisbane, home prices grew by 1.4%, slightly down from December’s 1.6% gain; while Perth continued its steady pace at 1.9%; and Adelaide experienced a modest rise of 1.3%, down from 1.9%. Meanwhile, Melbourne saw prices recover with a 0.2% increase compared to a slight decline of 0.1% in December, and Sydney prices rose by 0.3% following a similar 0.1% decrease. Annually, national home values soared by 10.2%, an acceleration from December’s 9.2%, indicating the robustness of Australia’s housing market despite prior signs of moderation.
