• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: No-one
  • Private: No
  • Open Date: 02.01.17, 15:23
  • Opened by: Alex
  • Closed by: Marek
  • Closed on: 09.06.17, 23:25
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10122 - al4.5 pk_popup custom width

Custom width doesn’t work in the module configuration.
the fix:
file modules\pk_popup\css\styles.css
the code in the first line

.pk_popup {display: none;width: 100% !important;
height: 100%;background-size: cover !important;}

change to

.pk_popup {display: none;width: 100%;
height: 100%;background-size: cover !important;}
.fancybox-inner, .pkpopup .fancybox-wrap.fancybox-desktop {width:auto !important}

Comments

No comments yet