CARYN STURHAHN

#1. Image jump up/down 1-2 pixel when users hover on text

Use code to Custom CSS

/* Homepage - About text */
@media screen and (min-width:768px) {
div#block-17f000eafe29d1218fbc h1 {
    line-height: 122px;
}}

#3. Do you need to remove scroll bar on right of mobile overlay menu?

Use this to Custom CSS

/* Overlay menu - scroll bar */
div[data-folder="root"] {
    overflow: hidden;
}

#4. (Mobile only) If you tap on Burger icon > Then tap X to close overlay menu, menu items will jump to middle of screen then disappear.

Use this to Custom CSS

/* fix menu jump on X click */
div.header-menu {
        margin-left: 50% !important;
        width: 50% !important;
}

#6. You haven’t changed the SEO Title of some pages, so the browser tab title still shows “About 3”…

You can hover on Page Name > Click Gear icon

Caryn sturhahn 1

Click SEO > At SEO Title > Enter new text

Caryn sturhahn 2

Buy me a coffee