• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 09.08.18, 09:28
  • Opened by: Julien
  • Closed by: Marek
  • Closed on: 11.12.18, 15:41
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12678 - Alysum - Mobile version - Right column

Dear Marek,

We are currently testing the responsive aspect of our site before launching it next month.

Alysum is supposed to be fully responsive and mobile-ready, but it appears that there are quite a few issues. Please have a look at the screenshot attached: the column on the right side is “forced” into the page, for instance on product pages, despite the fact that I believe the full width of the screen should be used for the product page on mobile devices.

Please advise.

Best regards,

Julien

Comments

Marek 09 Aug 2018, 10:51

Try following CSS fix:

@media (max-width: 767px) {
body #wrapper {flex-direction:column}
}