staavo Posted November 9 Share Posted November 9 When adding a 'Menu' block to my page the website does not dynamically adjust the height based off the content. I have a few different categories and the page height remains the height of the longest menu category when on a different menu. The site is https://www.pedrosmacon.com/menu, if you look at the second category, 'Appetizers' the page is the same height as the first Menu item, 'Lunch'. Thanks in advance! Link to comment
Solution tuanphan Posted November 10 Solution Share Posted November 10 Hi, You can add new section >> Choose Classic >> Then add Menu Block again staavo 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
staavo Posted November 14 Author Share Posted November 14 On 11/10/2023 at 12:01 AM, tuanphan said: Hi, You can add new section >> Choose Classic >> Then add Menu Block again It works with the classic editor but not the fluid engine? Do you know if that is by design or a matter of oversight? Regardless, that works! I appreciate it! Link to comment
creedon Posted November 14 Share Posted November 14 Quote It works with the classic editor but not the fluid engine? Do you know if that is by design or a matter of oversight? 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. staavo 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
staavo Posted November 15 Author Share Posted November 15 On 11/14/2023 at 1:32 AM, creedon said: 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. Oh that makes sense, thanks for the insight! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment