Viewing 1 replies (of 1 total)
  • The default value is 30px on top and bottom so if you want to keep some spacing you could try something like this:

    .erm_product {
        margin: 15px 0;
    }

    If you want to get rid of all space between menu items use this:

    .erm_product {
        margin: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Get Rid of Space between menu items’ is closed to new replies.