Продублирую и тут
squirtazzer, подключите библиотеку, если её нет
CSS:
.backform {
width: 290px;
height: 70px;
background-color: #00a7eb;
border-radius: 0px;
position: fixed;
top: 93vh;
right: 80px;
z-index: 999;
}
.backform-item {
position: fixed;
top:90vh;
right:30px;
z-index: 999;
text-align: center;
}
HTML
<div class="backform-item">
<div class="backform">
<a class="popmake-2884 pum-trigger" style="color: rgb(255, 255, 255); cursor: pointer;" href="#"><br>
Принять участие в выставке ярмарке</a>
</div>
<div id="clear_1" class="delete"/>x</div>
</div>
JS
$('.delete').click(function(){
$(this).prev().remove();
$(this).remove();
});