How to change the footer menu to align left

  • lunerunit

    #8117

    I’d like my custom footer menu text to align to the left of the footer. Currently it is aligned to the right. Also Id love to make the footer area larger, to add padding below my footer menu.

    Any Suggestions?

    Here’s my page:

    Thanks!

    Mod

    Kenneth John Odle

    #40386

    Add to custom CSS:

    .footer-menu-wrap {
    float: left;
    }

    #footer {
    padding-bottom: 50px;
    }

    Adjust the 50px value to your liking.

    lunerunit

    #40387

    Worked great! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.