A
A
Alexis_D2018-03-22 07:20:30
css
Alexis_D, 2018-03-22 07:20:30

How to make the menu appear in this way?

www.beargrylls.com Here, when you click on the icon on the right, a menu pops up, how can I do the same?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
B
Brake Made, 2018-03-22
@Alexis_D

You can take the logic from here
https://wp-lessons.com/vyiezzhayushhee-menyu-s-pom...
and about the copy of this menu, as Ilya wrote:

If you want it to be like this, code inspectors and a little time to analyze it will give you a 100% carbon copy result.

I
Ilya Saveliev, 2018-03-22
@floydman-89

I always like questions in the spirit of "how to do it like this" ... well, there is no universal solution, no one will tell you how to do it so that it's just "like here".
If you want it to be like this, code inspectors and a little time to analyze it will give you a 100% carbon copy result.

V
vaskadogana, 2018-03-22
@vaskadogana

to leave on the right, for the container in which the menu, you need to set position: absolute; right: -100%;
by clicking on the icon, set the value right: 0 or your value

I
ink, 2018-03-22
@AskMy

https://codepen.io/topicstarter/pen/JLNpxX is this implementation of interest?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question