melmotz Posted August 11, 2022 Share Posted August 11, 2022 (edited) Site URL: https://smallsisgood.com/menu-copy Trying to implement the menu block for a restaurant and it works great, except on mobile the height is always as tall as the longest section of the menu (drinks) which results in a lot of blank space when viewing other sections (grab & go, salads, sandwiches, etc.). Is there a way to tighten up the height to show only what is needed for the section being viewed? smallsisgood.com/menu Edited September 1, 2022 by melmotz corrected url Link to comment
tuanphan Posted August 14, 2022 Share Posted August 14, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-62cf28615a9fcf882af7a442 { height: auto !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
melmotz Posted August 17, 2022 Author Share Posted August 17, 2022 On 8/13/2022 at 10:13 PM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-62cf28615a9fcf882af7a442 { height: auto !important; } } Thanks @tuanphan! That doesn't seem to do it, though. The page still defaults to the length needed for the menu section that is the longest, regardless of which section you're viewing. Any other ideas? Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 On 8/11/2022 at 10:16 PM, melmotz said: Site URL: https://smallsisgood.com/menu-copy Trying to implement the menu block for a restaurant and it works great, except on mobile the height is always as tall as the longest section of the menu (drinks) which results in a lot of blank space when viewing other sections (grab & go, salads, sandwiches, etc.). Is there a way to tighten up the height to show only what is needed for the section being viewed? smallsisgood.com/menu-copy The url doesn't work. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
melmotz Posted August 21, 2022 Author Share Posted August 21, 2022 @tuanphan oops, it is now at smallsisgood.com/menu Link to comment
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 On 8/18/2022 at 12:47 AM, melmotz said: Thanks @tuanphan! That doesn't seem to do it, though. The page still defaults to the length needed for the menu section that is the longest, regardless of which section you're viewing. Any other ideas? It worked here. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
melmotz Posted August 25, 2022 Author Share Posted August 25, 2022 @tuanphan, on mobile the white box is the correct size, but the page has blank space equal to the height of the longest section of the menu (which is Drinks). So on all other menus there is tons of blank space beneath the menu. Does that make sense? Link to comment
tuanphan Posted August 28, 2022 Share Posted August 28, 2022 On 8/11/2022 at 10:16 PM, melmotz said: Site URL: https://smallsisgood.com/menu-copy Trying to implement the menu block for a restaurant and it works great, except on mobile the height is always as tall as the longest section of the menu (drinks) which results in a lot of blank space when viewing other sections (grab & go, salads, sandwiches, etc.). Is there a way to tighten up the height to show only what is needed for the section being viewed? smallsisgood.com/menu-copy The page url doesn't work now Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
melmotz Posted September 1, 2022 Author Share Posted September 1, 2022 @tuanphan it should work now at smallsisgood.com/menu Link to comment
tuanphan Posted September 3, 2022 Share Posted September 3, 2022 On 9/2/2022 at 1:22 AM, melmotz said: @tuanphan it should work now at smallsisgood.com/menu Try adding to Design > Custom CSS @media screen and (max-width:767px) { .fe-62cf286108eb94027ab3a593 { grid-template-rows: repeat(15,minmax(24px, auto)) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
melmotz Posted September 8, 2022 Author Share Posted September 8, 2022 On 9/3/2022 at 8:00 AM, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:767px) { .fe-62cf286108eb94027ab3a593 { grid-template-rows: repeat(15,minmax(24px, auto)) !important; } } @tuanphan Hm still doesn't seem to work! Link to comment
tuanphan Posted September 9, 2022 Share Posted September 9, 2022 14 hours ago, melmotz said: @tuanphan Hm still doesn't seem to work! If it still doesn't work, I have no idea to solve this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Jonathan__ Posted June 2 Share Posted June 2 @melmotz i have the same issue, have you ever been able to figure out how to solve it? Link to comment
tuanphan Posted June 4 Share Posted June 4 On 6/3/2024 at 4:40 AM, Jonathan__ said: @melmotz i have the same issue, have you ever been able to figure out how to solve it? You can share link to page where you have problem, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Jonathan__ Posted June 10 Share Posted June 10 On 6/4/2024 at 11:17 AM, tuanphan said: You can share link to page where you have problem, we can check easier Sorry for the late reply , here you go https://toucan-flamingo-cs8n.squarespace.com/ ww= massa Link to comment
tuanphan Posted June 12 Share Posted June 12 On 6/10/2024 at 3:22 PM, Jonathan__ said: Sorry for the late reply , here you go https://toucan-flamingo-cs8n.squarespace.com/ ww= massa You can remove this to new section & use Classic Section Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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