Thanks for the quick reply Bozdoz. You’re right, that seems to work like that by default. I looked into it a bit more and in my case it seems to be due adding a Leaflet plugin, which I added by following the code in the Github FAQ for the mapbox fullscreen plugin. I’m guessing that it makes the plugin think its in use for all pages?
I recently updated to WordPress 5.8 and it also introduced this border. Since this was the first result I saw on it in Google, I just wanted to share that I added this CSS to the customizer to get rid of it until they fix it….
.wp-block-separator {
border-top: 0px solid;
border-bottom: 0px solid;
}
Thanks for the quick fix bozdoz! Its working perfectly now. Love the plugin and thanks for all your hard work.