Little line between bottom row and footer

Hi there,
Trying to remove a little space between bottom row and footer (www.atelierbeautenimes.fr). By reading articles in the forum i try’d the CSS code

.x-colophon.top {
padding: 0 !important;
}

It doesn’t work :frowning:
Thanks

Hello @Eltyranos30,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

footer.x-colophon.bottom {
    border: 0 !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Great !!! it works !!! thank you so much for your help :smiley:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.