• is it possible to remove the button from the call to action, pre-footer area. I just want text there but it’s smooshing it all to the left and then leaving a big blank space on the right. I deleted the button text, but there is still a big blank area there.

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hi @beccarosenkrans,

    You could try adding this CSS into the “Additional CSS” field in Appearance » Customize:

    .site .si-pre-footer-cta .si-flex-row .col-md-8 {
      flex-basis: 100%;
      max-width: 100%;
      text-align: center;
    }
    
    .si-pre-footer-cta .end-md {
      display: none;
    }

    Let me know if that works for you.

Viewing 1 replies (of 1 total)

The topic ‘remove button from pre-footer’ is closed to new replies.