• Resolved Dragonant

    (@dragonant)


    Good day

    I am having a problem with my theme & the WP Flybox.

    It keeps displaying behind my header I have determent that it is the z-index its set to 99991 and it should be 100000 along with a padding-top of 303px.

    Where is the css file of the plugin or where should I change the code so it works on my site.

    Looking forward to your response.

    https://www.ads-software.com/plugins/wp-flybox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cconoly

    (@cconoly)

    The CSS for the z-index can be found at /wp-content/plugins/wp-flybox/body_import.php. on line 86.
    You can change the z-index:9999'.$i.' to z-index:100000'.$i.'.

    You can add the top padding here also, but it may be better to do that in the admin Display Options where it says How high to start the first tab. If you add it to css, then you may need to add it for each tab with a different value if you have more than one tab shown. Let me know if you have any problems.

    Thread Starter Dragonant

    (@dragonant)

    Yes this worked thank you very much ccnoly

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flybox uder header’ is closed to new replies.