Sticky Div functionality & z-index broken on two pages

The mobile version of the yellow Call to Action block "How Can We Help? (with contact button) does not function correctly on the pages https://vitapmg.com/managementnews/ and https://vitapmg.com/gallery-images/ (this page also is showing a z-index issue, where gallery images are going above CTA). The yellow bar should appear at the base of the hero image, then jump right beneath the hamburger menu to stick on scroll.

Functionality should match this page: https://vitapmg.com/about/

Hello @joshvce,

Thank you for the information.

1.) To resolve your call to action block, please have your custom css updated and add z-index.

.how-help-callout .x-btn {
    position: fixed;
    top: 81px;
    top: 327px;
    right: 5px;
    z-index: 9999;
}

2.) For the gallery page, please swap the order of your sections. why-vita section should be the 2nd section and then section 2 should be inserted first.

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.