staavo
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
staavo got a reaction from davidatlas in Dynamically Adjust Food Menu
Oh that makes sense, thanks for the insight!
-
staavo reacted to tuanphan in Dynamically Adjust Food Menu
Hi,
You can add new section >> Choose Classic >> Then add Menu Block again
-
staavo reacted to creedon in Dynamically Adjust Food Menu
The issue is the fundamental difference between how CE and FE handle layout.
CE is essentially elastic, the height of sections adapt to the height of the content. FE is based on CSS Grid which fixes the height to the tallest element in the section, at least the way SS is using it in FE.
This is a gross oversimplification of how these engines work.