Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

Home Forums Support woocommerce.php (inc/woocommerce.php) & mobile css Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

Home Forums Support woocommerce.php (inc/woocommerce.php) & mobile css Reply To: woocommerce.php (inc/woocommerce.php) & mobile css

#242291
Tom
Lead Developer
Lead Developer

Looks like a bunch of empty space – no problem deleting that.

1. The background color is adjusted in “Customize > Colors > Body”. The white area is “Customize > Colors > Content”.

2. You could try this:

@media (max-width: 768px) {
    .separate-containers .site-main .generate-columns-container > .generate-columns {
        margin-bottom: 20px;
    }
}

3. Using the Typography add-on in “Customize > Typography > Footer”.