Reduce white space on mobile view
Hi there, I used the following CSS to reduce the white space in mobile view
@media screen and (min-width:100px) {
.wrapper.singular-section {
padding:1px;
}
.post-archive .content-right {
padding:1px 1px;
}
}
This works absolutely fine when I'm logged in as admin - see 1st screenshot attached - but when I'm logged out the white space increases again. Any idea what's that all about?
Thanks + regards
Florian
www.infinite-colours.com