How To Remove Extra Space Between Blocks?

Hi,

I was just making a new block and when I refreshed it, there was a big gap or space between the new old and another block below. How can I remove the space? Is it the wrapper or the grid size that is causing the space between blocks?

Thank You!

Please provide us with the URL where this can be checked

Hi,

The URL is below. The space is between the "Back 2 School Savings on Textbooks" block and the "Now in demand" block, but I am not sure how to remove it. Please scroll down and you will see it, in the homepage.

https://www.tabania.com/

Thank You!

Try to add the following content to the CSS section of the Theme editor

.tygh-content .ty-footer .ty-footer-general__body {
    margin-bottom: -10px;
}

Hi,

Thank You, it worked. How could I do the same to the other blocks? Will the same css code work with the other blocks?

Thanks!

No, it is required to use another styles for other blocks