
05-05-2016, 01:43 AM
|
 |
Paid Member
|
|
Join Date: Apr 2016
Posts: 26
|
|
Thanks so much, Clara. That definitely took away the header. Much appreciated!
I took away the code that made the popup bigger. It is indeed responsive again in android.
Question: is there a way to at least make the box longer and it still be responsive with respect to width on various screens? Right now, the popup on android only takes up half the screen's length (so it's still not all that easy to read). On PC, in Chrome, it's even worse.
Here we go. I reentered the code you mentioned above, but took away all the lines related to width. So far, it looks good.
The code looks like this:
div.ecwid-TermsPopup {
margin: 50 200px;
}
div.ecwid-TermsPopup div.ecwid-TermsPopup-terms {
height: 420px;
}
.ecwid-Terms-content.ecwid-Terms-content-withoutLine {
height: 360px;
}
Last edited by norta; 05-05-2016 at 04:04 AM.
|