Skip to main content Skip to footer

Buy ONIXEDIT – Products, Plans & Pricing

Find the right ONIXEDIT plan to fit your publishing needs and budget.

Streamline Your ONIX Metadata Workflow Today

Join publishing professionals around the world using ONIXEDIT to simplify ONIX metadata creation, validation, and distribution — all with expert support.

No credit card required • Free trial available • Trusted ONIX metadata experts

window.addEventListener("load", function () { const infoBlock = document.querySelector(".text-with-outro-right .info"); const outroBlock = document.querySelector(".text-with-outro-right .component-outro"); if (infoBlock && outroBlock) { const infoHeight = infoBlock.getBoundingClientRect().height; // Applique la même hauteur outroBlock.style.minHeight = infoHeight + "px"; // Force display flex outroBlock.style.display = "flex"; outroBlock.style.flexDirection = "column"; outroBlock.style.justifyContent = "center"; outroBlock.style.alignItems = "center"; outroBlock.style.textAlign = "center"; } });