-
I have a site in development where the design calls for 4 buttons in the right header section above the navigation menu. Between 1200 - 1350px, the buttons overlay the menu. Is there a way to make the buttons shrink at this breakpoint? https://sparkphillyprek.snyderdevsite.com/
-
In the “Contact us today!” section of this page on the dev site , there is a headline “CHAT” with an icon above it. How can I get this javascript that was provided to me to launch the chat box?
function handleButtonClick() {
var button = document.querySelector("#helpButtonSpan > span.message");
button.click();
}