Menu on mobile

Hi,

how can i increase the size of the menu box on mobile? It’s too small.

my website: https://bit.ly/38sRhxH

Thanks!

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.module.widget-handle i {
font-size: 30px;
}

Thanks!
Colorlib Support Team

Thanks for your answer!
I added the Css but the menu moves down to the left. I prefer it on the right.

Thanks

Ok, we can improve it by this CSS code:

@media (max-width: 991px){
.site-title-container {
width: 71%;
}
}

Perfect! Thank you!

Cool :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions

Thanks!