Okay
  Public Ticket #1756321
Footer menu line break
Closed

Comments

  • Coralie started the conversation

    Hi,

    In my footer, the pages on the secondary levels are stuck to the previous line (see attachement). How can I have more space there ?

    Thanks,
    Best regards,
    Coralie

  •  8,998
    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):

    #footer-outer #footer-widgets .col ul li:first-child {
        padding-top: 8px!important;
    }

    Thanks


    ThemeNectar Support Team 

  • Coralie replied

    Hi,

    Thanks a lot, it did the trick :-)