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;
}
}
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;
}
}
Hi there, @Lily_Gamble ![]()
Sure! Here is a code to reduce the margin and the bottom padding on mobile:
@media (max-width: 640px) {
[class*="TabsControlItem__TabsControlItemComponent"] {
margin: 5px;
padding-bottom: 0px;
}
Try it out and let me know if it helped ![]()