terms of service and check the box in product cart

GK User
Tue Sep 18, 2012 8:25 pm
Hi,

simply question: how to change popup block displaying with terms of service in product cart. Please, check it here: http://www.climbe.pl/index.php/componen ... k?Itemid=0

If you click terms of service the popup window is to big, actually, with no margin on right. I saw you demo site and I found that style:

element.style {
display: block;
left: 390px;
top: 815 px;
}

I wish to have the same efect. Unfortunatelly in my template there is a mistake, I think. It is not properly definied. Why your version is different to my. I didnt change anything.

Can you show me where I need to put this style? I cannot find proper file. Please also check in firebug my style. It is different.

Thanks
User avatar
Expert Boarder

Konrad M
Tue Sep 18, 2012 8:37 pm
Hi,
there is no mistake. Just width of popup is set to auto in css. And you have more text in your terms than in our sample so your popup will be widther than ours.
User avatar

GK User
Tue Sep 18, 2012 9:43 pm
Konrad M wrote:Hi,
there is no mistake. Just width of popup is set to auto in css. And you have more text in your terms than in our sample so your popup will be widther than ours.


Ok, thank you. I didnt know it. Now working fine.

cheers
User avatar
Expert Boarder

GK User
Tue Sep 18, 2012 10:01 pm
DamianG wrote:
Konrad M wrote:Hi,
there is no mistake. Just width of popup is set to auto in css. And you have more text in your terms than in our sample so your popup will be widther than ours.


Ok, thank you. I didnt know it. Now working fine.

cheers


I think the problem is not with a lot of words in my terms but with width one verse. In html editor I use simply <br> and now it is working fine.
User avatar
Expert Boarder


cron