Image In “Image With Text” Section Doesn’t Show When Image Placement Is Set To Right And Under Another “Image With Text” Which Is Set To Left
1 Like
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.dbtfy-image-with-text .ambient-movement-left {
opacity: 1 !important;
filter: blur(0) !important;
transform: translate(0) !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks! Now I see the picture. Animation Isn’t working though.
This was applied before I check it. It was applied to the 1st image with text right. It was not applied on the left, so I just call te left and copy the right image code. And the animation is working when I check.
