Forums
Forums / Plugin: Restaurant & Cafe Addon for Elementor / Title Layout spacing not work
(@cdrzone)
1 year, 2 months ago
I’m desperately trying to move the title in the food item a bit lower so that it doesn’t overlap with the price.Unfortunately, the spacing isn’t being implemented.
The page I need help with: [log in to see the link]
(@nicheaddons)
Hi @cdrzone,
Kindly add the following CSS for the mobile version in your Appearance > Customizer > Additional CSS.
@media(max-width: 767px) { .food-item-two h5.item-price { top: -125px; } }
The topic ‘Title Layout spacing not work’ is closed to new replies.