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

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>

    cssyeah

    No, I created a new module position.
    <jdoc:include type="element" name="megamenu-toggle" />
    <div class="position-2">
    <jdoc:include type="modules" name="position-2" />

    Miltos

    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
        Write a Reply...
        You need to Login to view replies.