I am a heading
Provide Quality Services
Here goes your text ... Select any part of your text to access the formatting toolbar.
document.addEventListener("DOMContentLoaded", function() {
// Get the height of the #brx-header element
const headerHeight = document.getElementById('brx-header').offsetHeight;
// Set the margin-top of the #brx-content element to the height of the #brx-header
document.getElementById('brx-content').style.marginTop = `${headerHeight}px`;
});Here goes your text ... Select any part of your text to access the formatting toolbar.