Home Forums Support Widget Support EasyBlog Blank space below the widget on the website Reply To: Blank space below the widget on the website

responsive-muse
Keymaster
Post count: 287
#50575 |

Hello!

It seems that vertical space is a Muse bug not related to Easyblog.

Anyway, you can try to add this custom code in that page, it should fix the problem.

I hope it helps!

<style>
.verticalspacer{
	height: 10px!important;
    min-height: 10px!important;
}
</style>