Hi Priyanshu,
I have implemented your solution, but I’m still having the same problem.
In the style.css file, in my theme child theme folder, I have appended the following code for the clearfix.
.clearfix:after {
clear: both;
content: “.”;
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
Maybe is there something wrong with the clearfix code?
Thank you.