• Resolved rafaelps09

    (@rafaelps09)


    How to customize the footer menu in mobile?
    In desktop all the elements are aligned to left, but on Mobile it is better to footer elements be all on center, instead to the left. Is this possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rafaelps09,

    Thank you for reaching out to us.

    That is possible. You’d need to add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (max-width: 767px) {
    #nav_menu-2 .widget-title,
    #nav_menu-2 ul li {
    text-align: center;
    }

    }
    Thread Starter rafaelps09

    (@rafaelps09)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.