How To Add More Empty Space Below The Copyright And Payment Icon Section?

Anyone know how to add more empty space below the copyright and payment icon section ? Thanks !

bottom-space.png

You can try to add the following code to CSS section of the Theme editor

.bottom-copyright {
    padding-bottom: 35px;
}

You can try to add the following code to CSS section of the Theme editor

.bottom-copyright {
    padding-bottom: 35px;
}

Very appreciate !