Resolved - Shortlist Form Hidden by Video

  • Andrew
  • Andrew's Avatar Topic Author
  • New Member
  • New Member
More
8 years 3 months ago - 8 years 3 months ago #1 by Andrew
Loving your work with this.
Discovered an issue when you go to complete the form on a mobile device,

This image is hidden for guests.
Please log in or register to see it.

.
This image is hidden for guests.
Please log in or register to see it.

The image I replicated on my desktop to sort out what the issue was.
Ideas?

The other issue is the width of the display block. It scales wonderfully on the mobile device and then becomes difficult to complete the contained form.
Any thoughts here as well?
Last edit: 8 years 3 months ago by Andrew. Reason: Resolved

Please Log in or Create an account to join the conversation.

  • Christopher Mavros
  • Christopher Mavros's Avatar
  • Offline
  • Administrator
  • Administrator
More
8 years 3 months ago - 8 years 3 months ago #2 by Christopher Mavros
Replied by Christopher Mavros on topic Resolved - Shortlist Form Hidden by Video
Hello Andrew and thank you for posting.
We apologize for the very late response to this forum post.

The first issue has to do with the video element's z-index in CSS. That is a property which defines how close an element is to the screen.
A simple solution would be to add
Code:
#myshortlist_box { z-index: 10001; }
to a css file of your template.

About the second issue, could you please elaborate a little on why does it become difficult to complete the form?
Thank you again.

Christopher Mavros
me@mavxr.com
If you like our extensions, please rate us on the JED!
Last edit: 8 years 3 months ago by Christopher Mavros.

Please Log in or Create an account to join the conversation.

Moderators: Christopher Mavros