Archived topic
Mobile Menu itens full with
1 reply · Started by fabiosilva on August 25, 2021
Viewing posts 1–2 of 2
Hi,
I would like to put the mobile menu links with full width color background (bottom included). Any setting/css that allow this?
https://i.ibb.co/DY6DQF3/print.jpg
Thanhk you for your help
Hi there,
try this CSS:
@media(max-width: 768px) {
#masthead #site-navigation {
margin-left: -30px;
margin-right: -30px;
flex-basis: 100vw;
}
}
This archived topic is closed to new replies.