footer menu

Discussion in 'Blackriders WordPress Theme' started by waterrat107, May 21, 2021.

  1. waterrat107

    waterrat107 New Member

    Joined:
    Apr 11, 2018
    Messages:
    1
    Likes Received:
    0
    Location:
    Nottingham
    Hi All

    I have a footer menu which is great but i want to reduce the space between each line.

    I expect that it is linked to this set of tags
    .footer .footer_widget ul li {

    But if you look at the URL below there is to much white space as i call it. i do not want the space between each line.

    https://pawsandclaw.co.uk/
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    .footer .footer_widget ul li {
        padding: 0px 0;
    }
    Regards,
    Shemaela
    InkThemes.com
     

Share This Page