Hi.
I have a little issue with Flex Block 3 – but only on mobile resolution.
After the last post a separator is missing?

Hi,
This is happen because are displayed the last posts that do not have an divider https://i.imgur.com/rRbtIKv.png
What you can do is to use this custom css
body .td_flex_block_3 .td_module_flex_3:nth-last-child(2) {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
.td_flex_block_3 .td_module_flex_3:nth-last-child(2):before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: calc(100% - 48px);
height: 1px;
margin: 0 24px;
border-width: 0 0 1px 0;
border-style: dashed;
border-color: #ffffff;
}
Set the code in the theme panel > custom code > advance css > mobile section (to apply it only on mobile).
I hope this will help you!
Hi,
This is quite strange, the divider should be added to, at least for me is when I test the css on your website -> https://i.imgur.com/YSK9XK9.png
Please check the css in the theme panel and make sure that the code is correctly, because I see some problems for the content: ”; -> https://i.imgur.com/0L0tkp4.png and I think that is way is not display the divider.
Thank you!
Hi,
Please replace the ” with “” -> https://i.imgur.com/IFdBAoM.png
If is still not working, try to add this
.td_flex_block_3 .td_module_flex_3:nth-last-child(2):before {
content: ""!important;
}
I hope this will help you!
Hi,
This is quite strange, but, if you agree, we’ll like to check it and fix it.
For this please contact us via email at contact@tagdiv.com and include the link of this topic so we can identify you. We’ll check it as soon as possible.
Thank you!


