BassMan Well-known member Aug 21, 2024 #21 Interesting. I can't reproduce this. I can test on iPhone or via browser emulators. I've also added the code to show the notice here:
Interesting. I can't reproduce this. I can test on iPhone or via browser emulators. I've also added the code to show the notice here:
Mouth Well-known member Aug 22, 2024 #22 BassMan said: Interesting. I can't reproduce this. Click to expand... I can reproduce it on my site via Chrome developer browser device emulation.
BassMan said: Interesting. I can't reproduce this. Click to expand... I can reproduce it on my site via Chrome developer browser device emulation.
BassMan Well-known member Aug 22, 2024 #23 For some reason you don't have this code. Please add it to your extra.less template: Less: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: initial !important; }
For some reason you don't have this code. Please add it to your extra.less template: Less: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: initial !important; }
Mouth Well-known member Aug 23, 2024 #24 BassMan said: For some reason you don't have this code. Please add it to your extra.less template: Less: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: initial !important; } Click to expand... Thanks! Unfortunately, that doesn't appear to have resolved it. Last edited: Aug 23, 2024
BassMan said: For some reason you don't have this code. Please add it to your extra.less template: Less: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: initial !important; } Click to expand... Thanks! Unfortunately, that doesn't appear to have resolved it.
BassMan Well-known member Aug 23, 2024 #25 Strange, I can't reproduce it. And with this code it should work. The install banner should not be at the bottom any more.
Strange, I can't reproduce it. And with this code it should work. The install banner should not be at the bottom any more.
BassMan Well-known member Nov 1, 2024 #26 BassMan updated [cXF] Mobile Footer with a new update entry: 1.1.0 compatibility fix for XenForo 2.3 Click to expand... Read the rest of this update entry...
BassMan updated [cXF] Mobile Footer with a new update entry: 1.1.0 compatibility fix for XenForo 2.3 Click to expand... Read the rest of this update entry...
BassMan Well-known member Nov 4, 2024 #27 BassMan updated [cXF] Mobile Footer with a new update entry: 1.1.1 bugfix for direct messages icon color Click to expand... Read the rest of this update entry...
BassMan updated [cXF] Mobile Footer with a new update entry: 1.1.1 bugfix for direct messages icon color Click to expand... Read the rest of this update entry...
Motobaka Active member Feb 7, 2025 #28 Mouth said: Thanks! Unfortunately, that doesn't appear to have resolved it. Click to expand... This dit it for me: Code: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: 0px !important; padding-top: 10px !important; /* Adjust as needed */ }
Mouth said: Thanks! Unfortunately, that doesn't appear to have resolved it. Click to expand... This dit it for me: Code: .offCanvasMenu--nav .offCanvasMenu-installBanner { margin-top: 0px !important; padding-top: 10px !important; /* Adjust as needed */ }