Hi,
I have added a Lottie animation to a plain custom liquid section in dawn theme and the animation appears on the left side of the section. How do I get the animation to the centre in the section?
Thanks
shop url; SNEAKER INBOX
Hi,
I have added a Lottie animation to a plain custom liquid section in dawn theme and the animation appears on the left side of the section. How do I get the animation to the centre in the section?
Thanks
shop url; SNEAKER INBOX
Hi @KotteDR Hope your Doing Well.
Shopify doesn’t have any built-in section for Lottie animations. However, you can add one using a custom code section in your store.
Here’s what you need to do:
If this solution helps you, kindly like this reply and mark it as a solution. If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.
Hi
I have already added Lottie animation code via custom liquid section, but the animation is not centred. looking to get some piece of code to centre the animation.
thanks
Just give the element a centering style using the margin property: margin: 0 auto; https://www.w3.org/Style/Examples/007/center.en.html
Hi @KotteDR
try adding this CSS
dotlottie-player {
width: 100% !important;
height: 100% !important;
max-width: 20% !important;
margin: auto;
}
Kindly adjust the Max-width according to your need let me know if this works
If this solution helps you, kindly like this reply and mark it as a solution. If you need an expert Shopify developer for customization and development, feel free to contact me via email or WhatsApp.
Amazing, Thank you so much