Grid orientation from horizontal to vertical

lutz.nagel
7 Posts
lutz.nagel posted this 20 September 2019
Ask a Question

Hi!
I would like to change the grid (in my case a 3 row grid) orientation from horizontal to vertikal earlier (at 991px) than now (768px).

CSS:

@media (max-width: 991px) and (min-width: 768px) .u-layout-row > .u-size-20-md {
    flex: 0 0 33.33333333%;   **New: 100%**
    max-width: 33.33333333%; **New: 100%** 

}

And the change should take place inside Nicepage as well as it is much easier to align the content properly.
Any advice?

Regards
Lutz

Hi! I would like to change the grid (in my case a 3 row grid) orientation from horizontal to vertikal earlier (at 991px) than now (768px). CSS: @media (max-width: 991px) and (min-width: 768px) .u-layout-row > .u-size-20-md { flex: 0 0 33.33333333%; **New: 100%** max-width: 33.33333333%; **New: 100%** } And the change should take place inside Nicepage as well as it is much easier to align the content properly. Any advice? Regards Lutz

Last edited 20 September 2019 by lutz.nagel

Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 20 September 2019

Hi Lutz,

There is no possibility to edit the behavior of the grid in the application.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Lutz, There is no possibility to edit the behavior of the grid in the application. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments