Archived topic
Footer same like this website
5 replies · Started by Rohith on June 26, 2022
Viewing posts 1–6 of 6
Is it possible to achieve the footer same as this website?
Hi there,
add this CSS:
.inside-site-info {
display: flex;
justify-content: space-around;
}
No change can be seen after adding
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;
}
How to remove the link underline in the footer menu?
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!
This archived topic is closed to new replies.