In mobile display there is always a white space across the top of the page which I would like to go away, so as to display full-bleed of images as similar to desktop display. If I view the CSS code with inspector, I see that there is a 'padding-top; 55px' associated with the site container described under Mobile Style. For the life of me I can't figure out how to over-ride this with custom code. Any suggestions?
In mobile display there is always a white space across the top of the page which I would like to go away, so as to display full-bleed of images as similar to desktop display. If I view the CSS code with inspector, I see that there is a 'padding-top; 55px' associated with the site container described under Mobile Style. For the life of me I can't figure out how to over-ride this with custom code. Any suggestions?
----------------------------------------------------
/*Mobile Padding At Header Be-Gone*/
.site-container {
padding-top: 0px;
}
----------------------------------------------------

Edited by snrdfrdShare this post
Link to post