How to center justify timeline on website?

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 :clap:

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 @NEXT_POINT_BEARING thanks for sharing.

The timeline widget is also centered for you.

grafik

Hi there, @NEXT_POINT_BEARING and welcome to the Community :waving_hand:

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 :slightly_smiling_face:

.timeline-embed-container {
  margin: 0 auto !important;
}