In this video we're going to be fixing a problem with Kingdom theme where the page is too short for some of the Woocommerce pages. If you're using the Kingdom theme you may of noticed that the cart page looks a bit weird when it's viewied when empty. All you need to do is copy and paste the CSS code below into the Additional CSS section on your website.
You'll find it in Appearance -> Customize -> Additional CSS
Here's the code..
CSS Code you'll need
.main-content-box.post-entry {
min-height: 400PX;
}
Hopefully this will be fixed in a future version of the theme.