Huge margin-bottom in block 1

Posted in: Newspaper
Post count: 84

Hi,

Please check this screenshot: http://prntscr.com/niah91. I’m testing the latest version of the theme in a local installation so I have no link to give you.

Block 1, which I’m using in the sidebar, has a margin-bottom that is way too big. What do I do? Is there a css I can apply?

Thanks.

Lola

Post count: 35449

Hi,

If that sidebar is made with widgets you can check our documentation for custom css -> https://tagdiv.com/how-to-create-custom-code-in-newspaper-theme/
Here is an example of code
.td-pb-span4 .td_block_1 {
margin-bottom: 10px;
}
If that sidebar is in one page and is make with tagDiv Composer you can edit it and change with tagDiv Composer.

Thank you!

Post count: 84

The css you gave me did the trick. It was part of the sidebar so I didn’t make it with tagDiv Composer.

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