Okay
  Public Ticket #1610828
Food Menu Item Line Height
Closed

Comments

  • jerryscheller started the conversation

    Hello!

    I was wondering how to adjust the line height of the food menu items. I would like to reduce the space in between all of them.

    Thank you!


  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body .nectar_food_menu_item, body .tabbed div.nectar_food_menu_item {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jerryscheller replied

    Great thank you! Worked perfectly:)