• 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]

Viewing 1 replies (of 1 total)
  • Plugin Author nicheaddons

    (@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; } }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.