I am trying to adjust the size of the container that the off-canvas menu social icons are in, but I'm not sure how to target them. So far I've tried this:
#off-canvas-social-links.style {
margin: -20px;
}
It works when I input the margin value in the inspector window in Chrome, but does nothing when I use it in the CSS custom code box. Am I targeting the wrong thing?
I am trying to adjust the size of the container that the off-canvas menu social icons are in, but I'm not sure how to target them. So far I've tried this:
#off-canvas-social-links.style { margin: -20px; }
It works when I input the margin value in the inspector window in Chrome, but does nothing when I use it in the CSS custom code box. Am I targeting the wrong thing?
Hey ,
#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li { padding: 0px !important; }
Also see: http://prntscr.com/9n1psd .
Best.
Salient Support Team
Perfect! Thank you so much!!