Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi there, where can I change alignment for the footer? at the moment it is to the left and doesn’t seem to be working well for all three columns. I was hoping to be able to align them to the centre so footer columns look more proportionate
Thanks
Hello,
Add this code to your custom CSS box to change the footer alignment to centered:
footer#footer .row-fluid.ff {
text-align: center;
}
Let us know.
Best regards!
worked for everything except social icons in the middle column https://serenitytravelphotography.com/australian-landscapes/
Hello,
Please add this code too:
footer .footer_social_icons {
margin-left: 20% !important;
}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.