• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 17.03.17, 09:47
  • Opened by: javier Molina
  • Closed by: Marek
  • Closed on: 09.06.17, 23:23
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10316 - Reservation email receibe at any order

With every order . I receive a mesenge of reservation order… product out of stock

How it could happend. I am not sure if it is on a revervation´s module issue. But the moudule programmer it is doing me crazy about that. Can you tell me something to help.
Thanks i send a pic.

Comments

Marek 17 Mar 2017, 10:05

I have no idea about that. Email templates are not related to the theme. I suppose it could be some settings in your back office

javier Molina 17 Mar 2017, 10:20

Ok thanks.

I would like to ask you something about css…

I have do a css using a selector div. written the image on the right. It is work on pc normal screen.
But it is not responsive when I try to see on a mobile looks worng. I Send a PIc. I don´t want that you lost your time.

In that case i used Float:Right

Do you know where i can see a example about how to fix it?

If you don´t tell me nothing I understan. Sorry for my trust.

Marek 17 Mar 2017, 10:22

Please attache mentioned image

javier Molina 17 Mar 2017, 10:24

:-)

Marek 17 Mar 2017, 10:39

Try to use “media queries” to add your css rule for specific width.

@media (min-width:1024px) {
.selector {float:right}
}
javier Molina 17 Mar 2017, 10:58

To big for me … Thanks a lot

Something like that :-O

@media (min-width:727px) {.img3 {

  float: left;

} }

Marek 17 Mar 2017, 11:05

Glad to help! :)