Unknown Padding

Hello, I have a problem with my padding.
image
I don’t know what’s causing the extra padding under it.

img {

    position:relative;

    height: 125px;

}

.drawer {

    position:relative;

    box-sizing: border-box;

    background-color: white;

    padding: 0px;

}

form{

    position: relative;

    width: 100px;

    bottom: 110px;

    left: 150px;

    padding: 0px;

}

h1 {

Can someone help?

It is very hard to know for certain what the issue is without being able to see your project. Is it available publicly and can you give us a link to it?

It’s just a local file :slightly_frowning_face:
The width of the container of those elements is
image
But I don’t know where 194px is coming from. It’s not even in my code
This is all the info I think that might be useful

Sorry, that’s not going to help too much. I would suggest you use the browser’s dev tools inspector to try to figure out what is causing the extra space.

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