Essential Grid dropzones

I have a 1 row grid on my site with nav arrows placed in the left and right drop zones.

These were working properly until recently when they started showing below the grid on the live site. I had not made any changes that would have created this issue that I know of.

The website is www.fortworthfotofest.com

Thank you

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

body .esg-filters.esg-navbutton-solo-left,
body .esg-filters.esg-navbutton-solo-right {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 800;
    background-color: rgba(173, 169, 169, 0.5);
    color: #fff;
}

body .esg-filters.esg-navbutton-solo-right {
    left: auto;
    right: 0;
}

Hope it helps :slight_smile:

It did work. Awesome, thank you very much.

You’re welcome.

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