Forum Discussion
ChiaraS
Lithium Alumni (Retired)
Hi,
forgot about that. We did a workaround for that problem, by replacing the Header and Footer on the "Notify Moderator Page" quilt with custom components:
NotifyModeratorPageHeader
<#if clientDevice.mobile> <@component id="mobile.widget.mobile-header"/> <#else> <@component id="quilt:Header"/> </#if>
NotifyModeratorPageFooter
<#if clientDevice.mobile> <@component id="quilt:MobileFooter"/> <#else> <@component id="quilt:Footer"/> </#if>
The following css should also be added to the mobile skin:
#lia-body.NotifyModeratorPage .MinimumWidthContainer { min-width: 0; } #lia-body.NotifyModeratorPage .MinimumWidthContainer .lia-content { width: 100%; }
Cheers,
Chiara
james_scee
12 years agoAce
Hi
We've tried this, and it doesn't seem to work, any other suggestions?
cheers
We've tried this, and it doesn't seem to work, any other suggestions?
cheers
Related Content
- 5 years ago
- 3 years ago
- 2 months ago
- 2 months ago