Cannot get Padding / Margin Bottom to Function

Hi Sam,

I was able to figure out the issue per your suggestion.

I had to add left: 0; to the code.

It looks like this:

.wrapper {
                display: block;
                position:fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                padding: 100px 0 20px;
            }
            .wrapper iframe {
                height: 100%;
                width: 100%;
            }

Thank you so much for all of your help, it has really assisted me!

-zbrind

1 Like

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