• Resolved mbanta45

    (@mbanta45)


    Hello! I’m curious as to how I could change the footer from being a left aligned list to a single row alignment like the primary menu. Is this possible?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    Add the below CSS code in the additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    #footer .wp-block-columns {
    display: inline;
    }
    #footer ul li {
    padding: 5px 10px;
    display: inline-block;
    }

    Thanks.

    Thread Starter mbanta45

    (@mbanta45)

    Incredible! Is there a way we can center it too with the code? Thank you so much!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    Add the below CSS code in the additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS >> Publish it.

    #footer ul {
    text-align: center;
    }

    Thank You.

    Thread Starter mbanta45

    (@mbanta45)

    Thank you so much!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @mbanta45,

    Most Welcome, If you have any other query please let us know, we will be happy to help.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change footer alignment?’ is closed to new replies.