I have created a module position in the header block (Header 8) for the language switcher. However, it does not appear on small screens. How do I fix it?
Miltos
mobile view
- Edited
Hi @miltos,
If you publish your module to the "head-ads" postion, you should edit the class of the div tag block to be able to show on mobile.
Change from:
<div class="d-none d-lg-block">
<jdoc:include type="modules" name="head-ads" />
</div>
to
<div class="d-block">
<jdoc:include type="modules" name="head-ads" />
</div>
Hi,
I think there is some style conflict. However I need to see the website to be able to give you an exact solution to your problem.
Kind regards,
This message is visible to Moderators only
hidden content