thirdeyegyps Posted May 15, 2021 Posted May 15, 2021 Site URL: https://alexandrahall.squarespace.com Hi everyone, I'm trying to make my footer nav in mobile version stacked on top of each other or "column" style instead of next to each and bunched together. Any idea what the code would be for this. I'm only trying to make it the stacked style in the mobile version. Thanks so much! Password to website: brineintopedro
tuanphan Posted May 16, 2021 Posted May 16, 2021 10 hours ago, thirdeyegyps said: Site URL: https://alexandrahall.squarespace.com Hi everyone, I'm trying to make my footer nav in mobile version stacked on top of each other or "column" style instead of next to each and bunched together. Any idea what the code would be for this. I'm only trying to make it the stacked style in the mobile version. Thanks so much! Password to website: brineintopedro Add to Design > Custom CSS /* Mobile-Footer-Nav links */ @media screen and (max-width:640px) { .Footer-nav-group { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } a.Footer-nav-item { width: 100% !important; line-height: 1em; } } 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!)
thirdeyegyps Posted May 17, 2021 Author Posted May 17, 2021 18 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile-Footer-Nav links */ @media screen and (max-width:640px) { .Footer-nav-group { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } a.Footer-nav-item { width: 100% !important; line-height: 1em; } } Tuanphan. you rock. One more question for you, how would I get the buttons on the Home, Science, and About page to go directly under the images rather than stacked on top of each other below the group of images? I cannot figure this out for the life of me. Thanks!!! password: brineintopedro
tuanphan Posted May 18, 2021 Posted May 18, 2021 On 5/17/2021 at 11:08 AM, thirdeyegyps said: Tuanphan. you rock. One more question for you, how would I get the buttons on the Home, Science, and About page to go directly under the images rather than stacked on top of each other below the group of images? I cannot figure this out for the life of me. Thanks!!! password: brineintopedro Hi. Which buttons? Can you take a screenshot. I see many buttons.. 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!)
thirdeyegyps Posted May 18, 2021 Author Posted May 18, 2021 13 hours ago, tuanphan said: Hi. Which buttons? Can you take a screenshot. I see many buttons.. Yes of course. The three buttons on the home page. They look great on the home page. However, when I go to view it in mobile the buttons stack. I attached a photo!
tuanphan Posted May 19, 2021 Posted May 19, 2021 7 hours ago, thirdeyegyps said: Yes of course. The three buttons on the home page. They look great on the home page. However, when I go to view it in mobile the buttons stack. I attached a photo! You want the button to be below the corresponding image, on mobile? 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!)
thirdeyegyps Posted May 20, 2021 Author Posted May 20, 2021 20 hours ago, tuanphan said: You want the button to be below the corresponding image, on mobile? Yes, correct!
tuanphan Posted May 21, 2021 Posted May 21, 2021 On 5/20/2021 at 9:28 AM, thirdeyegyps said: Yes, correct! Will need to adjust a bit your layout. No need to use code. Can you duplicate the site & add me as a contributor (Content Editor is enough) on the duplicated site? I think I will make a video on how to adjust layout. 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!)
thirdeyegyps Posted May 21, 2021 Author Posted May 21, 2021 7 hours ago, tuanphan said: Will need to adjust a bit your layout. No need to use code. Can you duplicate the site & add me as a contributor (Content Editor is enough) on the duplicated site? I think I will make a video on how to adjust layout. Yes I just duplicated it! What is your email so I can send contributor request? 🙂
tuanphan Posted May 23, 2021 Posted May 23, 2021 On 5/22/2021 at 1:22 AM, thirdeyegyps said: Yes I just duplicated it! What is your email so I can send contributor request? 🙂 Sent to your message 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.