hi,
how can i join the three columns of the right footer?

    Hi librandi,
    You can go to the Backend > Content > Site Modules and add the modules with the following positions.

      Hi librandi,
      I'm checking the modules in the footer section on your site.

      dominic
      I still don't understand, please look at the site, I would like the writing in the footnav1 form to be continuous to the bottom of the page, can you help me or do it yourself? Thank you

        Hi librandi,
        I mean you only add 1 module for 1 position.
        See the screenshot:


        I have added a custom module for the footnav-1 position, you can check your site now.

        Sorry, I woul 1 module no footnav 1 2 3, my actually mast be extended and cover footnav2 and 3

          Hi librandi,
          You can go to the System > Site Template Styles > Ja Athena - default > Layout Settings > then edit the footer block.
          Replace the following code (lines 19 to 34):

            <div class="col-12 col-lg-7 order-1 order-lg-2 footer-right">
              <div class="footer-inner pe-0">
                <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 v-gutters">
                  <div class="col">
                    <jdoc:include type="modules" name="footnav-1" style="JAXhtml" />
                  </div>
                  <div class="col">
                    <jdoc:include type="modules" name="footnav-2" style="JAXhtml" />
                  </div>
          
                  <div class="col">
                    <jdoc:include type="modules" name="footnav-3" style="JAXhtml" />
                  </div>
                </div>
              </div>
            </div>

          With the following code:

            <div class="col-12 col-lg-7 order-1 order-lg-2 footer-right">
              <div class="footer-inner pe-0">
                <div class="row row-cols-1 row-cols-sm-1 row-cols-md-1 v-gutters">
                  <div class="col">
                    <jdoc:include type="modules" name="footnav-1" style="JAXhtml" />
                  </div>
                </div>
              </div>
            </div>

          Now, you the footnav1 will cover the right column.

          Write a Reply...
          You need to Login to view replies.