Hi Steven,
thank you for contacting us. You can only set a top margin (unselecting “automatic top margin”) or insert some custom css: set position absolute in popup settings and then write, i.e.:
#itro_popup {
right:0px !important;
bottom:0px !important;
}
Unfortunately we only offer this feature – in popup settings – in our PRO plugin (ITRO WordPress Marketing): if this solution won’t solve your problem you can dwonload and try it for free.
We’re available for any further information.
Best regards
Thread Starter
Steven
(@stevenvdh)
Hi ITRO Team,
Ok great, thanks for info and custom css, I’ll try this! 🙂
Good idea to buy PRO version, price looks reasonable for my use.
Best regards 😉
Thank you Steven, for any further help don’t hesitate to contact us!
Best regards
Thread Starter
Steven
(@stevenvdh)
Hi,
I’m working on the popup. Seems that custom css “bottom: 0px !important” doesn’t work :-/
Any ideas?
Also, I try to switch the black closing cross with custom png-file, which I uploaded, but it doesn’t show custom cross.
You can find the popup on next page: http://www.altergrafix.be/WPAG025/bedrijven/vakbeurs/
Thanks in advance for help!
-
This reply was modified 8 years, 4 months ago by
Steven.
Thread Starter
Steven
(@stevenvdh)
I found solution with colleague:
first issue concerning popup to show below, I added “top: initial!important;”
second issue concerning custom cross, some custom css addded:
img#close_cross {
opacity: 0;
}
#itro_popup:before {
content: ”;
display: block;
width: 20px;
height: 20px;
background: url(‘http://www.altergrafix.be/WPAG025/wp-content/uploads/close-icon-denast.png’);
position: absolute;
top: -20px;
right: -20px;
background-position: center center;
background-size: contain;
}
😉
Hi Steven,
thank you very much for you useful contribution and sorry for our late reply.
Good job! 🙂