ibaker
#1
In v4.1.2 I use a popup window to display a page. In the page settings I have set the popup to true and I access the page by the code:
Read Me
However when the window opens in popup, in both Firefox v27.0.1 and IE v11, the close window “X” is only half displayed:
[attachment=7771:popup.png]
Can anyone advise how to fix this…thanks
popup.png
martfox
#2
Hi,
it's a css issue. You will have to find the related css file and change the appropriate value.
Hi,
You miss title 
<br />
data-ca-dialog-title="POPUP TITLE"<br />
```<br />
<br />
#correct<br />
```php
<br />
<a data-ca-dialog-title="POPUP TITLE" data-ca-target-id="page_tl_41" id="opener_page_tl_41" class="cm-dialog-opener" href="product-availability.html">Read Me</a><br />
```<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]
ibaker
#4
Thanks Guys, great help, that worked