- This topic has 4 replies, 2 voices, and was last updated 3 weeks, 6 days ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Ele FitnessVersion: pro5.0
I want to increase the size of the footer text. Also, can I create more space between the left column (text) and the column next to it?
https://ibb.co/rnP168T
Thanks
Hi,
Kindly use this CSS code to fix footer text and column spacing issues.
.footercols4 {
font-size: 19px;
}
.footercols4:nth-of-type(2) {
padding-right: 60px !important;
}
Regards,
Dave
Hi,
Kindly use this CSS code to fix footer text and column spacing issues.
.footercols4 {
font-size: 19px;
}
.footercols4:nth-of-type(2) {
padding-right: 60px !important;
}
Regards,
Dave
Thanks
Welcome 🙂
Regards,
Dave
