I built header and section hero in wordpress. I used clean code and i have an overflow on mobile. Always in devtools and sometimes on my mobile phone. Its so difficult to find it beacuse when you edit or delete any element in devtools, overflow gone.
Hope this helps!
CodePudding user response:
You can add the below classes in the style sheet.
.ct-section, .ct-inner-content{
overflow:hidden;
}