animation to fade from left
it fades from left but leaves a white to the left on bootstrap
add this on body bootstrap 4
<div data-aos="fade-left" data-aos-duration="2000" class="col-lg-4">
<div class="work_item">
<a href="#">
<h4>head</h4>
</a>
<p>paragraphi.</p>
</div>
</div>
other work fine expect this fade from left
margin-left should be removed or set to zero because it creates a whitespace on css aos
I have the same problem.
hi, is there a way to fix this?
add overflow: hidden to the parent class
This is not a suitable solution. This has multiple side-effects.
Agreed, we're using this in a website builder where customers have no coding experience.
Is there anyway to fix this without relaying on adding overflow: hidden to parent classes?
Most helpful comment
add overflow: hidden to the parent class