quickview problem

This topic has been marked as resolved.

When i open quickview on a mobile device it wil not close when i pres the x, on a pc it works fine.
How can i fix this.

I included a picture of the problem

March 31, 2018 at 1:46 pm #63852

Hi,

Can you try to add this extra CSS:

.modal-header .close,
.modal-body .close
{
  z-index: 10;
  margin-top: -10px;
  margin-right: -10px;
  padding: 10px !important;
  box-sizing: content-box !important;
}
.modal-header .close:before,
.modal-body .close:before
{
  margin-left: 10px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

April 2, 2018 at 10:17 am #63857

Thank you, now it works just fine

April 2, 2018 at 11:13 am #63864

Glad we’ve helped!

BR,
ThemeBurn team

April 2, 2018 at 4:30 pm #63867
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.