I have used sono images as icons in the Off Canvas Navigation Menu but the various items on the menu are too tightly packed together, how can I work with the distances ?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
margin-top: 9px;
margin-bottom: 9px;
}
Hello ,
I have used sono images as icons in the Off Canvas Navigation Menu but the various items on the menu are too tightly packed together, how can I work with the distances ?
thanks
Hello Andrea 3870,
Thank you for reaching out to us.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks