SKT Ele FitnessVersion: pro5.0

Home Forums All Other Themes SKT Ele FitnessVersion: pro5.0

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233187
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 40
    • Replies: 107
    • Total: 147
    Member since: November 25, 2016

    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

    #233192
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31355
    • Total: 31355
    Member since: August 16, 2013

    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

    #233193
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31355
    • Total: 31355
    Member since: August 16, 2013

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.