Guest Posted May 18, 2020 Share Posted May 18, 2020 Site URL: https://duck-buffalo-k3d3.squarespace.com Hello! I would like to display my folder (menu) on mobile rather than the hamburger button. I disabled the hamburger button with: .header-burger {display: none!important} But cannot figure out how to show the folder - which is visible on desktop Hope you can help! Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 Add to Home > Design > Custom CSS I think 991px will better, It covers both tablet & mobile @media screen and (max-width:991px) { .header-burger.no-actions { display: none; } .header-nav { display: flex !important; flex: 30% !important } .header-title { flex: 50% !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
PathfinderJake Posted June 30, 2021 Share Posted June 30, 2021 Can someone help me out? Id like to add my folders to my mobile view on my site. hickoryhillsfamilydental.com pathfinders123 Link to comment
tuanphan Posted July 2, 2021 Share Posted July 2, 2021 On 7/1/2021 at 4:36 AM, PathfinderJake said: Can someone help me out? Id like to add my folders to my mobile view on my site. hickoryhillsfamilydental.com pathfinders123 I see desktop menu, on mobile now. Did you solve this? If no, can you explain in more detail? 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
PathfinderJake Posted July 16, 2021 Share Posted July 16, 2021 How do i edit the hamburger menu looks? Link to comment
tuanphan Posted July 18, 2021 Share Posted July 18, 2021 On 7/17/2021 at 4:31 AM, PathfinderJake said: How do i edit the hamburger menu looks? Change bold, width, height or? 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
PathfinderJake Posted August 2, 2021 Share Posted August 2, 2021 On 7/17/2021 at 8:29 PM, tuanphan said: Change bold, width, height or? Color of the blocks, text font, color of text, adding social icons, etc. Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 On 8/3/2021 at 4:39 AM, PathfinderJake said: Color of the blocks, text font, color of text, adding social icons, etc. Add to Design > Custom CSS .tweak-mobile-bar-menu-icon-hamburger .Mobile-bar-menu .Icon--hamburger { stroke: red; stroke-width: 3px; } 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
Archived
This topic is now archived and is closed to further replies.