Bizznis Jonathan FokkerCustomer 10 years, 11 months ago I have now created a new function in functions.php to change the footer. How do I align some links in the footer to the right? This is the page: http://www.weydelandkaas.nl. Zeljan TopicSupport 10 years, 11 months ago I think you’ll need to edit CSS to do this as well, editin HTML isn’t enough. This will align everything to the right: .footer_div { text-align: right; } This will align all links to the right: .footer_div a { float: right; } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.