Hello,
I have a restaurant menu at: http://theshow608.flywheelsites.com/food/
I am using the headline element for each menu item with a subheadline as the description. The headline element is assigned the class of menu-item-title. I would like to indent the subheadline.
This is the css I tried:
.menu-item-title .x-text-content-text-subheadline {
margin-left: 15px;
margin-right: 15px;
}
It’s not working. Any ideas?
Thanks,
@zenzino

