Home › Forums › Support › Footer same like this website This topic has 5 replies, 3 voices, and was last updated 2 years, 2 months ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 26, 2022 at 4:18 am #2264697 Rohith Is it possible to achieve the footer same as this website? https://oflatest.net/ June 26, 2022 at 5:49 am #2264745 DavidStaff Customer Support Hi there, add this CSS: .inside-site-info { display: flex; justify-content: space-around; } June 26, 2022 at 6:56 am #2264782 Rohith No change can be seen after adding June 26, 2022 at 8:41 am #2265000 DavidStaff Customer Support Remove that CSS and add this: .inside-site-info { flex-direction: column-reverse; } .footer-bar-align-left .copyright-bar { margin-right: auto; margin-bottom: 1em; } June 26, 2022 at 11:03 am #2265068 Rohith How to remove the link underline in the footer menu? June 26, 2022 at 7:28 pm #2265276 Fernando Customer Support Hi Rohith, Here’s a CSS code you may try adding in Appearance > Customize >Additional CSS to do as such: .footer-bar a { text-decoration: none; } Hope this helps! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In