Archived topic
center toggle menu
3 replies · Started by David on June 2, 2020
You were helping me with the toogle menu within the content and I can't get it to be centered on the page.
I have the following classes:
button.menu-toggle.in-content-toggle {
padding:9px 1px;
display: block;
width:6em;
line-height: 1;
background-color: #f1c40f;
color: #fff;
font-size: 15px;
border-radius: 5px;
text-align: center;
}
But it is placed at the beginning of the container
It's on this page: https://hotel.magentapublicidad.com/boton/
Can you help me?
Thanks
Hi there,
Try this:
button.menu-toggle.in-content-toggle {
margin-left: auto;
margin-right: auto;
}
Hi, Leo.
It's in center!
Thanks!!
No problem :)