My block are not separeted

Posted in: Newspaper
Post count: 4

Hello,

I am French, so sorry for my english level. Here is my website : unolympique.com. As you can see, all the block are afflix, were is no separation between them. Its not esthetic for the website. How can I fix that ?

Post count: 4

Up please, I don’t found any solutions…

Post count: 20688

Hi,

It seems the default margins for blocks and block titles that are set for blocks/grids are not applying in this case. I could give you a code as a quick fix
https://www.screencast.com/t/1dIbeMFbCirl
Enter it in Theme panel->Custom CSS section

.td_block_wrap {
margin-bottom: 48px!important;
}
.td_block_template_17 .td-block-title {
margin: 3px 3px 29px!important;
}

However this should not happen. The blocks and all theme elements are predefined and should display properly. You could carefully inspect the page with the composer used, check each element.

Thanks

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