Empty space after deleting news ticker

Posted in: Newspaper
Post count: 91

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!

Post count: 35449

Hi,

Please provide a link were I can Inspect the problem, in this way I will be able to give you the right answer.

Thank you.

Post count: 91

Thanks. It’s here – http://dev.wilhard.ru/

Post count: 35449

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.

Post count: 91

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?

Post count: 35449

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.

Post count: 91

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?

Post count: 1043

@wilhard learning how to implement CSS is a must if you run a website. There is no way to avoid it. The better implementation is the solution @Calin provided. Otherwise, use -CSS in the block option he provided, e.g -10, etc until you are satisfied with the space height.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.