The timeline app seems to want to justify left. Our developer said it’s an issue within the app itself. Is there a CSS code I can throw in to center it? Will it also span or be responsive?
2 Likes
Hi @NEXT_POINT_BEARING welcome to community
my timeline widget is centered. What layout are you using? Would you mind sharing a link to the widget?
Thank you, here is the link. We are using the shopify platform.
1 Like
Hi there, @NEXT_POINT_BEARING and welcome to the Community
Yep, when checking the widget through the Share Link option, everything is fine. If I understand right, the issue occurs on the page where your widget is installed.
Please try to use this code in the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped
.timeline-embed-container {
margin: 0 auto !important;
}