Viewing 1 replies (of 1 total)
  • Hello,

    It looks like you added separate text widgets for each line in your footer column. Each text widget has a bottom margin of 40px and it’s creating the spacing you’re referring to.

    You can remove the spacing with this CSS snippet:

    #sinatra-footer .sinatra-footer-column .si-widget.widget_text:not(:last-child) {
        margin-bottom: 0;
    }

    Add the code to Appearance ??Customize ? Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Sinatra footer’ is closed to new replies.