Okay
  Public Ticket #2491830
Menu in footer
Closed

Comments

  • Pruek started the conversation

    Hi, I wonder if it's possible to add links to some pages in the website (link in the Header Menu) in the footer together with the social media links.

    I tried to use Footer Widget but it's stacked in a single column (see attachment) which seems strange.

    Thank you so much.

  • [deleted] replied

    Hi Pruek,

    So to be clear, you want to add your header links on your footer widgets area or in the footer bottom area?

    If you want to add in the Footer widgets area, then just add the menu to your Footer area:

    medium
    (view on a new page)

    and then please just add this CSS code to your Custom CSS area:

    .footer-widgets .menu-main-menu-container li {
        float: left;
        text-align: center;
        display: contents;
    }
    .footer-widgets .menu-main-menu-container li a {
        margin-right: 20px;
    }

    So they will appear horizontally:

    medium
    (view on a new page)

    Thanks!

  •   Pruek replied privately
  • [deleted] replied

    Hi Pruek,

    Thanks for providing credentials but they are not working for me. Can you please recheck them and send me the correct ones?

    Thanks!

  • Pruek replied

    Hi Ylli, Sorry my bad. Please try again.

  • [deleted] replied

    Hi Pruek,

    Thanks, they are working now.

    Please add this CSS code to your Custom CSS area:

    .footer-widgets .widget.widget_nav_menu ul li {
        float: left;
        display: contents;
    }
    .footer-widgets .widget.widget_nav_menu ul li a {
        padding-left: 7px;
        padding-right: 7px;
    }
    Have a great day!

  • Pruek replied

    It works. Thank you so much!

  • [deleted] replied

    Happy to hear thatwink.png

    Have a nice day!