Footer Text (Links)

Hello I’d like to make the spacing between these rows smaller.

Could anyone help me with it :slightly_smiling_face:

https://nattstudios.com/

Code: 1234

Ignore the videos and pictures, they’re just for visual help.

I need help reducing spacing in the footer between the words (About us, contact us… etc)

@SamSukhoonNordl

  • Here is the solution for you
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (min-width: 750px) {
    .footer-block__details-content>p{
        margin: 8px !important;
    }
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thank you a lot, just a question for understanding.

Is the 5px, amount of pxls between now or?