percolategalactic Posted August 25, 2020 Share Posted August 25, 2020 Site URL: https://wearepercolate.com hello, need help on fixing the footer navigation on mobile version, it look messy. thanks! Link to comment
derricksrandomviews Posted August 25, 2020 Share Posted August 25, 2020 (edited) Looks good on my laptop set to mobile view to me. I change the view to be android, or Apple, or specific phones, looks good on all. Edited August 25, 2020 by derricksrandomviews Link to comment
percolategalactic Posted August 25, 2020 Author Share Posted August 25, 2020 5 minutes ago, derricksrandomviews said: Looks good on my laptop set to mobile view to me. Yeah i notice that too... if you're using desktop or mobile view from desktop it looks fine. but from actual mobile phone it looks messy Link to comment
derricksrandomviews Posted August 25, 2020 Share Posted August 25, 2020 I see what you mean, the mobile view is overlapping the menu options on itself. Link to comment
percolategalactic Posted August 25, 2020 Author Share Posted August 25, 2020 1 minute ago, derricksrandomviews said: I see what you mean, the mobile view is overlapping the menu options on itself. is there any solution to fix this? Link to comment
derricksrandomviews Posted August 25, 2020 Share Posted August 25, 2020 (edited) Try this, you may have to adjust the width code a bit until it gets small enough to quit overlaying itself. This goes into custom css. /*CENTERING TEXT FOOTER IN BRINE FOR MOBILE SCREENS*/ @media screen and (max-width: 640px) { .Footer h3 { text-align: center !important; } .Footer p { text-align: center !important; } } Edited August 25, 2020 by derricksrandomviews Link to comment
percolategalactic Posted August 25, 2020 Author Share Posted August 25, 2020 8 hours ago, derricksrandomviews said: Try this, you may have to adjust the width code a bit until it gets small enough to quit overlaying itself. This goes into custom css. /*CENTERING TEXT FOOTER IN BRINE FOR MOBILE SCREENS*/ @media screen and (max-width: 640px) { .Footer h3 { text-align: center !important; } .Footer p { text-align: center !important; } } by adjusting you mean to change the max width size? Link to comment
derricksrandomviews Posted August 26, 2020 Share Posted August 26, 2020 That is correct. Link to comment
percolategalactic Posted August 26, 2020 Author Share Posted August 26, 2020 43 minutes ago, derricksrandomviews said: That is correct. ok did not affect anything, already tried change the size number but did not do nothing Link to comment
percolategalactic Posted August 26, 2020 Author Share Posted August 26, 2020 alright seems like it works on other mobile phone but on my phone (iphone 5, iOS 10) did not work, thanks so much sir! Link to comment
WORKOUTWOLF Posted November 18, 2020 Share Posted November 18, 2020 Hi, I'm having a problem with my footer on my website for mobile version. Desktop version is fine, works perfect but as soon as you click on the products page and even on a product the following happens. Any ideas on how to fix this? Website: www.workout-wolf.co.uk Link to comment
tuanphan Posted November 19, 2020 Share Posted November 19, 2020 20 hours ago, WORKOUTWOLF said: Hi, I'm having a problem with my footer on my website for mobile version. Desktop version is fine, works perfect but as soon as you click on the products page and even on a product the following happens. Any ideas on how to fix this? Website: www.workout-wolf.co.uk Can you post all custom code you used? We can check easier davidmatos 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
lianne0 Posted April 14, 2021 Share Posted April 14, 2021 I am having the same problem with this and I have not been able to figure it out? www.icegalleries.com Link to comment
tuanphan Posted April 17, 2021 Share Posted April 17, 2021 On 4/15/2021 at 2:33 AM, lianne0 said: I am having the same problem with this and I have not been able to figure it out? www.icegalleries.com Footer looks fine here. Can you explain clearly? 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
seven28design Posted July 10, 2021 Share Posted July 10, 2021 Use this in CSS - you most likely adjusted the link spacing .Footer-nav-group .Footer-nav-item { height: 30px; } Link to comment
PointeBlack Posted March 7, 2022 Share Posted March 7, 2022 Having a very similar issue where it is not formatting the foot properly, and is creating empty white space at the bottom all commerce pages. Other pages do not have that issue. I have input both codes above, but does nothing but for reference here is the css I put in via the design section: @media screen and (max-width: 640px) { .Footer h3 { text-align: center !important; } .Footer p { text-align: center !important; } } Again, the footer works across all other pages but not the commerce pages. Even if I delete the footer or have no text in it (it's current format), it does not fix it. I have even tried to create a new page and it does the same thing Any help would be appreciated! Website: http://www.pointeblack.co.uk/becoming or http://www.pointeblack.co.uk/merchandise Link to comment
tuanphan Posted March 8, 2022 Share Posted March 8, 2022 14 hours ago, PointeBlack said: Having a very similar issue where it is not formatting the foot properly, and is creating empty white space at the bottom all commerce pages. Other pages do not have that issue. I have input both codes above, but does nothing but for reference here is the css I put in via the design section: @media screen and (max-width: 640px) { .Footer h3 { text-align: center !important; } .Footer p { text-align: center !important; } } Again, the footer works across all other pages but not the commerce pages. Even if I delete the footer or have no text in it (it's current format), it does not fix it. I have even tried to create a new page and it does the same thing Any help would be appreciated! Website: http://www.pointeblack.co.uk/becoming or http://www.pointeblack.co.uk/merchandise Edit this code #page section:first-child { min-height: unset !important; height: 70vh !important } to this #page article section:first-child { min-height: unset !important; height: 70vh !important } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment