Hello, after I delete the news ticker there are too much empty space betweent the first block and the header. How to fix it? See the screenshot: https://ibb.co/n4pTZq
Thank you in advance!
Hi,
Here is the css, you can change the parameter
.td-main-page-wrap {
padding-top: 25px;
}
https://www.screencast.com/t/DuLOdB3tw2NC
Hope this will help you.
Hi, thanks. But how to fix it without CSS coding? Because it’s a flaw. You delete element and you have a big hole. I don’t think that it was supposed this way: to adjust spaces between blocks with CSS. Most users do not know CSS. I am just trying to understand why and how to avoid it. Have you purposefully designed this hole between the header and the first block? Maybe if I use other blocks there will be no problem?
Hi,
That space is set by default, and if you do not want to use custom css you can use the css from the block and set it with “-” https://www.screencast.com/t/TuWsl0oSg068 .
Thank you for your understanding.
Thank you! When I am changing the top margin to small values the space remains almost the same and doesn’t become smaller (https://ibb.co/YDgPmnp). How can I fix it?