D
D
Damir2020-06-27 17:30:08
WordPress
Damir, 2020-06-27 17:30:08

Popup with contact information for the mobile version?

Good afternoon, tell me which plugin to use for this view:
5ef757e5e8d7b542915340.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2020-06-27
@Caspero_o

I won’t tell you the plugin, otherwise it’s just a block that is displayed at the screen size

@media screen and (max-width:768px) {
.bottom-block {
display:block;
}
}

Positioning the block
.bottom-block {
display:none;
position:absolute;
bottom:0;
}

<div class="bottom-block">
<!--Тут содержимое блока-->
</div>

Next, style for yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question