Change font size of the tabs on mobile

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

@media (max-width: 500px) { 
[class*="TabsControlItem__Name-sc"] {
  font-size: 15px;
}
}
2 Likes