Overlapping issue

I have an Instagram feed on my site (bottom of home page) but they insist on having a ‘powered by’ link, which my background image is showing behind. I want to have a white background behind it but just can’t get it to work. I am quite new to Webflow so please be gentle!

Can anyone help?

Thanks


https://bazaar-studio-c40837.webflow.io/

You can add a custom code element anywhere on the page and add this code:

<style> .crt-logo {display:none!important;} </style>

1 Like

I see that all you have to do is add the simple code snippet below which just removes the bottom padding on the Instagram widget. You can see in the video I posted below as well.

<style>
  .crt-widget.crt-widget-branded {
     padding-bottom: 0 !important;
  }
</style>

https://www.useloom.com/share/d67d989074434ebca5d122ae899f26a1

Thanks. That’s perfect!

Do you also know a way of getting the Webflow contact form to work on a 3rd party server?? I’m tearing my hair out with this…!

No problem. And yeah I would look at https://formspree.io/