In this video I will show you how to add buttons inside the menu so that they appear in the mobile version menu.
Classes used in the video
Primary buttons: btn_menu bricks-button sm bricks-background-primary
Secondary buttons: btn_menu bricks-button sm bricks-background-secondary
CSS used in the video:
.btn_menu{
max-height: 3em;
margin-left: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
.btn_menu a{
padding: 0 !important;
}
.btn_menu.bricks-background-primary a{
color: #ffffff !important;
}