Margin between cells and higher cells Resolved Requested: 4 years and 9 months ago Hello, 1. I would like to have a little space between the items in de sidebar menu items. 2. How can I make the cell a little higher?
OnPoint Plugins 4 years and 9 months ago Hi Michiel, You may add the following custom css to your site to add a little extra padding between the items: .advanced-sidebar-menu #advanced-sidebar-navigation-menu-2-wrap ul li a { padding: 10px 10px !important; } Have a great day! Mat Lipe
m.nijenhuis 4 years and 9 months ago Hi Mat, The padding is ok, but can I also have a white line between the items? Met vriendelijke groet,
OnPoint Plugins 4 years and 9 months ago Hi Michiel, Adding the following CSS will add a while line. .advanced-sidebar-menu #advanced-sidebar-navigation-menu-2-wrap ul li a { border-bottom: 1px solid #fff; } Have a great day! Mat Lipe
Hi Michiel,
You may add the following custom css to your site to add a little extra padding between the items:
Have a great day!
Mat Lipe
Hi Mat,
The padding is ok, but can I also have a white line between the items?
Met vriendelijke groet,
Hi Michiel,
Adding the following CSS will add a while line.
Have a great day!
Mat Lipe