Footer Columns

Home Forums Gravida Support Footer Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #204987
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 314
    • Total: 417
    Member since: June 3, 2015

    Hi,

    It seems that the space between the title and the space between the text of columns 3 and 4 in the Footer Columns is not equal. See screen shot:

    https://ibb.co/PTk71rV.

    Can you edit this for me

    Regards,

    Kor

    #205037
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to make equal space between columns 3 and 4.

    .footercols4:nth-of-type(2) {
      width: 20% !important;
    }
    .footercols4:nth-of-type(3) {
      width: 22% !important;
    }
    .footercols4:nth-of-type(4) {
      width: 33% !important;
      padding: 0 70px 0 15px !important;
    }

    Regards,
    Dave

    #205079
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 314
    • Total: 417
    Member since: June 3, 2015

    Thankx

    #205091
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

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