• Resolved germars

    (@germars)


    I’m using the Avada theme by Themefusion (or Themeforest) and i can use MaxGalleria fine within the theme, but the issue is that the lightbox images end up tucking themselves under the header and navigation at the top of the page. Is there any setting that I can add to help that? You can see what I mean at http://dragonclayproductions.com/bowls. The smaller the page, the better it looks, but I want larger images so people can see them.
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AlanP57

    (@alanp57)

    You must have Maxgalleria deactivated since I only see the shortcode on the page link you provided. The issue is related to the theme’s CSS. The header has a CSS z-index that is greater than the other elements on the page. If you can get the gallery to appear on the page then I can figure out what custom CSS will make the lightbox display correctly.

    Thread Starter germars

    (@germars)

    Sorry Alan, I was trying something and deactivated it temporarily and forgot to reactivate.

    It is showing now. Thank you so much for your time. (they, of course, blamed the plugin).

    Mary

    Plugin Author AlanP57

    (@alanp57)

    Add this CSS to the custom CSS section of the theme options, clear your browser and site caches (if any) and then view the page.

    
    .fusion-header-wrapper {
        z-index: 1042;
    }
    
    Thread Starter germars

    (@germars)

    Alan, you are brilliant as usual. That worked perfectly.

    Thank you so much!
    Mary

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lightbox under the headers in Avada theme’ is closed to new replies.