• Resolved vgonzales11

    (@vgonzales11)


    How do I decrease the space (padding) between the title and the object added in the footer widgets? As well as the space between the top and bottom border of the footer widgets?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • jarektheme

    (@jarektheme)

    Hello again,

    It’s a bit workaround because space is added with hr element but you can try the following code:

    margin bottom below title:

    .footer-widgets .widget-title {
      margin-bottom: 25px;
    }

    top margin:

    .footer-widgets {
      margin-top: -10px;
    }

    bottom margin:

    .footer-row-2 {
      margin-bottom: -30px;
    }

    I hope it helps.

    Best regard,
    Jarek
    Kale Support

    Thread Starter vgonzales11

    (@vgonzales11)

    That worked perfectly!!!

    Huge thanks!!

    Vanessa

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decrease padding in footers’ is closed to new replies.