Block overlapping

Posted in: Newspaper
Post count: 364

Hi, when I look to our page on mobile, block 14 and block 2 stick together without any distance in between. Could you please check this scrolling down our page (home) on mobile? Link: LINK

Post count: 23312

Hello loano1,

Try the code below and place it Theme panel->Custom CSS area and check the results. The code is ->

@media (max-width: 767px){
.td_block_wrap {
padding-top: 5px;
}
}

Thanks for the message!

Post count: 364

Hi Catalin,

Finally I used
@media (max-width: 767px){ .td_block_2 { padding-top: 50px; } }
in order to only affect the block below. .td_block_wrap would change the distance between all blocks including the big grid. By changing this way, it would be impossible to achieve an equal space between all blocks.

In general there must be a styling issue with bock 14 using block span 14. Perhaps something which could be improved in future updates.

Thanks,
Loano

Post count: 23312

Hello loano1,

I am glad that you could solve the problem. Also, please notice that until now we have not encountered any problems regarding on Block 14 on mobile mode. This has been tested on my side and everything seems to work as properly.

Thanks for the message!

Post count: 364

Hello Catalin,

I just want to let you know that this issue still exists, also with the latest update of Newspaper. In order to reproduce the issue:
Build a page with Visual Composer.
Select 2/3 + 1/3 as column spacing.
Put block 14 to the right side as kind of a sidebar.
Limit post number to 2.
Put another block with title below.
Disable pagination (With pagination it works fine).
Result: 0px space between block 14 post 2 and the title of the next block.

Something that should be investigated for the future.

Thanks,
Loano

Post count: 23312

Hello loano1,

Until now we do not have encountered any bad reports in this regard. Also, I have tested on my side and I did not found any problems in this case, sorry! Please provide some suggestive screenshots before/after so I can take a closer look.

Thanks for the message!

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