Okay
  Public Ticket #2082971
Footer Menu Issue
Closed

Comments

  • shaneketterman started the conversation

    Hello,

    I have a strange issue happening where the Footer menu navigation isn't aligned. It only happens to the leftmost menu item. I have attached an image and I'm not sure how to diagnose or fix this issue.

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
        padding-top: 0px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • shaneketterman replied

    Thank you SO much for the quick reply and I'll try that.