Hello,
can one influence the successors of the levels? Please take a look at https://finanzengel24.de and click on “Berechnen” in the lower right corner of “Schnell kalkuliert”. There appears a lightbox with the calculation. However, if you continue to scroll down, the contents of this window are partly over this window and it does not look good. Can it be helped?
Here you can see a screenshot
many Greetings,
Martin
Hey m_reiprich,
Can you please disable css merging in the performance tab in the theme options, clear the cache and see if the issue persists.
Best regards,
Victoria
I did that unfortunately did not work.
Hi m_reiprich,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hello Victoria,
yes, here he comes
Hi m_reiprich,
All the Enfold’s elements are not having high z-index, only the value of 1 or 2. I am not sure why the overlay with the z-index of 9 does not cover all as it should.
Best regards,
Victoria
Hello Victoria,
Can you ask someone about this? The problem still exists and I would like a solution.
Hi,
Sorry for the delay.
You can fix that by increasing the z-index or stack order of the “vergleichsrechner” section. Please add this code in the Quick CSS field.
#vergleichsrechner {
z-index: 999999;
position: relative;
}
Best regards,
Ismael
Ismael, thank you very much!!!