Hello,
On my website http://www.bnfit.be I’m encountering overlapping sections on the French side: https://bnfit.be/fr/. When you scroll down, you will clearly see all logo’s overlapping some text that should be displayed above the logo’s.
The default language is Dutch and we used these sections as a base for the French and English version, so the settings should be identical. The English version of the website does not encounter this problem. We work with Polylang Plugin and can’t see any issues in the logs.
Could someone please take a look and offer some help?
Thanks in advance!
Justine
Hey MomentumMarketingSupport,
Thank you for the inquiry.
You may need to avoid using the ID “comment” for the color section because this css rule gets applied to it.
#comment {
width: 602px;
height: 150px;
padding: 10px 7px;
font-size: 12px;
margin: 0;
}
This is how it looks when the height property is disabled.
Best regards,
Ismael