Missing divider in Flex Block 3 on mobile

Posted in: Newspaper
Post count: 68

Hi.

I have a little issue with Flex Block 3 – but only on mobile resolution.

After the last post a separator is missing?

https://i.postimg.cc/1z2K8hN7/Billede-29-12-2021-15-14-35.jpg

URL: https://farsoavis.kennethhedegaard.com/

Post count: 35449

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!

Post count: 68

Thanks!

Now the margins are correct, but the dashed line is still missing?

https://i.postimg.cc/h4HLPTr6/Billede-31-12-2021-14-31-10.png

Post count: 35449

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!

Post count: 68

It should be correct, please take a look here:

https://i.postimg.cc/NF4QHHMQ/Sk-rmbillede-2022-01-03-kl-11-22-40.png

https://i.postimg.cc/gJp9H21j/Sk-rmbillede-2022-01-03-kl-11-22-45.png

Post count: 35449

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!

Post count: 68

Hi Calin.

Does not work 🙁

Do your support include that you can get access to my admin and then you can try?

Post count: 35449

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!

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