anchor "terms and conditions" w/ mobile bootstrap

  • Posts: 241
  • Thank you received: 5
11 years 6 months ago #110950

the "terms and conditions" text using mobile (iPhone is the only one i tested) will not stay with the check box.

if you go here using a iphone:

184.154.228.9/~throwdow/live/index.php?o...ct&task=show&cid=184

or iphone simulator can be used here if you don't have a iphone:

iphone4simulator.com/

and click "add to cart" you will see the text floats to the top of the screen with the checkbox below (screenshot).


Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83041
  • Thank you received: 13405
  • MODERATOR
11 years 6 months ago #110961

That's because of the CSS:
@media (max-width: 767px)
.modal {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0;
}

of the file 184.154.228.9/~throwdow/live/templates/r...mpiled/bootstrap.css of your template.
Change it to :
@media (max-width: 767px)
div.modal {
position: fixed;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0;
}

and that will work just fine...

Please Log in or Create an account to join the conversation.

  • Posts: 241
  • Thank you received: 5
11 years 5 months ago #114550

I am sorry, but that did not seem to work. is the only change the

div.modal {
?

thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #114641

Hi,

Thanks to give us a test account.

Please Log in or Create an account to join the conversation.

  • Posts: 241
  • Thank you received: 5
11 years 5 months ago #114693

Ok. thanks. I just PM credentials.

Please Log in or Create an account to join the conversation.

  • Posts: 26168
  • Thank you received: 4030
  • MODERATOR
11 years 5 months ago #114758

Hi,

It seems to works good. Maybe you didn't reload the CSS file.



Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum