Afternoon guys,
I’m trying to get the Kickflip product editor to cover 100% of the available screen without any bleed (i.e., header + customizer cover everything, no footer on product page, no scrollbar). I’m not great with CSS/JS and what I’ve tried is coming up blank. Any help is appreciated!
Domain: Borriello.co
PW: pw1234
In the image below you’ll see that there is a white box where the footer used to be and that the scroll bar (hard to see, red arrow) still exists.
Also, I’m temporarily hiding the footer using (below) which hides it site wide. I’d still like it on my non product pages.
footer {
display: none;
}
