Remove bottom padding and reduce margin between 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: 640px) {
[class*="TabsControlItem__TabsControlItemComponent"] {
  margin: 5px;
  padding-bottom: 0px;
}
3 Likes