Removing padding at the top of the page

I’ve been trying to remove some padding or unneccessary space from the top of my site. I tried some other codes i found on the fourm but they only move it up about halfway. here is the code i used before:
.page .entry-wrap {
padding-top: 7px;
}

is it possible for me to move my text all the way to the top?
Thanks,
Morgan

Hi @morgand377,

Thanks for writing in.

I believe that it can be moved using margin CSS however it would best that we could check your setup first. Please share us your admin credentials so we could check your setup further.

Don’t forget to set it in a s secure note.

Thanks.

I added a secure note under my initial post. Thanks for your help!

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

#post-340 .entry-wrap {
    padding-top: 0;
}

#post-340 h2.x-text-type {
    margin-top: 0;
}

#post-340 #x-section-1 {
    padding-top: 0 !important;
}