Okay
  Public Ticket #627720
Social Icons in Off-Canvas Menu
Closed

Comments

  •  2
    Serfyer started the conversation

    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?

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
        padding: 0px !important;
    }

    Also see: http://prntscr.com/9n1psd .

    Best.


    ThemeNectar Support Team 

  •  2
    Serfyer replied

    Perfect! Thank you so much!!