Place menu titles in 1 line and make them scrollable on mobile

Add this code to the Custom CSS field on the Style tab of your Restaurant Menu widget’s settings:

@media(max-width: 768px) {
[class*="TabsControl__Component-sc"] {
justify-content: flex-start;
flex-wrap: nowrap;
overflow-x: auto;
}
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: