• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 12.10.18, 17:04
  • Opened by: Lisa Keeling
  • Closed by: Marek
  • Closed on: 19.12.18, 19:08
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13059 - product page not fully visible

Hi Marek, some elements of product page aren’t visible on mobile.

Comments

Marek 13 Oct 2018, 10:22

Try this:

@media(max-width:768px) {
.productButtons {flex-direction: column;align-items: flex-start;}
body .productButtons > * {margin-left:0}
}