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:
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 ,
Also see: http://prntscr.com/9n1psd .
Best.
ThemeNectar Support Team
Perfect! Thank you so much!!